Html Css Color HEX #BD77EA Heliotrope

📋 copy color: '#BD77EA'

red 189 ◦ green 119 ◦ blue 234

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

Shades of Heliotrope #BD77EA

Tints of Heliotrope #BD77EA

RGB

 RED value IS 189 (74.22% from 255) = 34.87%

 GREEN value IS 119 (46.88% from 255) = 21.96%

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 34.87%
G = 21.96%
B = 43.17%

CMYK

 C value IS 0.19

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD77EA (or 0xBD77EA) is known color: Heliotrope. HEX triplet: BD, 77 and EA. RGB value is (189,119,234). Sum of RGB (Red+Green+Blue) = 189+119+234=542 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.87% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #BD77EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77EA is #428815. Grayscale: #989898. Windows color (decimal): -4360214 or 15366077. OLE color: 15366077.

HSL color Cylindrical-coordinate representation of color #BD77EA: hue angle of 276.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD77EA is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 119 234 -
CMYK 0.19 0.49 0 0.08
HSL 276.52º 0.73% 0.69% -
HSV(B) 276.52º 0.49% 0.92% -
XYZ 42.43 29.95 81.39 -
YUV 153.04 173.69 153.65 -
System Red Green Blue C M Y K H S L
Decimal 189 119 234 0.19 0.49 0 0.08 276.52 0.73 0.69
Hex BD 77 EA 13 31 0 8 115 49 45
Octal 275 167 352 23 61 0 10 425 111 105
Binary 10111101 1110111 11101010 10011 110001 0 1000 100010101 1001001 1000101

Color Harmonies of #BD77EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77EA

Black with #BD77EA

Text Example


Text Example

White with #BD77EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77EA; }

 p { color: rgb(189,119,234); }

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

background-color css

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

 a { background-color: rgb(189,119,234); }

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

border-color css

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

 span { border-color: rgb(189,119,234); }

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