Html Css Color HEX #B734ED Medium Orchid

📋 copy color: '#B734ED'

red 183 ◦ green 52 ◦ blue 237

#B734ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B734ED

Tints of Medium Orchid #B734ED

RGB

 RED value IS 183 (71.88% from 255) = 38.77%

 GREEN value IS 52 (20.7% from 255) = 11.02%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 38.77%
G = 11.02%
B = 50.21%

CMYK

 C value IS 0.23

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B734ED (or 0xB734ED) is known color: Medium Orchid. HEX triplet: B7, 34 and ED. RGB value is (183,52,237). Sum of RGB (Red+Green+Blue) = 183+52+237=472 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.77% from 472); Green value is 52 (20.70% from 255 or 11.02% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #B734ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B734ED is #48CB12. Grayscale: #6F6F6F. Windows color (decimal): -4770579 or 15545527. OLE color: 15545527.

HSL color Cylindrical-coordinate representation of color #B734ED: hue angle of 282.49º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B734ED is Cyan = 0.23, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 183 52 237 -
CMYK 0.23 0.78 0 0.07
HSL 282.49º 0.84% 0.57% -
HSV(B) 282.49º 0.78% 0.93% -
XYZ 36.04 18.64 81.82 -
YUV 112.26 198.4 178.46 -
System Red Green Blue C M Y K H S L
Decimal 183 52 237 0.23 0.78 0 0.07 282.49 0.84 0.57
Hex B7 34 ED 17 4E 0 7 11A 54 39
Octal 267 64 355 27 116 0 7 432 124 71
Binary 10110111 110100 11101101 10111 1001110 0 111 100011010 1010100 111001

Color Harmonies of #B734ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B734ED

Black with #B734ED

Text Example


Text Example

White with #B734ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B734ED; }

 p { color: rgb(183,52,237); }

 H1.HeaderClassName
 {
   color: #B734ED;
 }
 .AnyTagClassName
 {
   color: #B734ED;
 }
</style>

background-color css

<style>
 a { background-color: #B734ED; }

 a { background-color: rgb(183,52,237); }

 div.DivClassName
 {
   background-color: #B734ED;
 }
 .BgClassName
 {
   background-color: #B734ED;
 }
</style>

border-color css

<style>
 span { border-color: #B734ED; }

 span { border-color: rgb(183,52,237); }

 td.TdClassName
 {
   border-color: #B734ED;
 }
 .TagClassName
 {
   border-color: #B734ED;
 }
</style>