Html Css Color HEX #BD77EB Heliotrope

📋 copy color: '#BD77EB'

red 189 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #BD77EB

Tints of Heliotrope #BD77EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 34.81%
G = 21.92%
B = 43.28%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD77EB (or 0xBD77EB) is known color: Heliotrope. HEX triplet: BD, 77 and EB. RGB value is (189,119,235). Sum of RGB (Red+Green+Blue) = 189+119+235=543 (71% of max value = 765). Red value is 189 (74.22% from 255 or 34.81% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77EB is #428814. Grayscale: #989898. Windows color (decimal): -4360213 or 15431613. OLE color: 15431613.

HSL color Cylindrical-coordinate representation of color #BD77EB: hue angle of 276.21º degrees, saturation: 0.74, 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 #BD77EB is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 119 235 -
CMYK 0.20 0.49 0 0.08
HSL 276.21º 0.74% 0.69% -
HSV(B) 276.21º 0.49% 0.92% -
XYZ 42.58 30.01 82.15 -
YUV 153.15 174.19 153.57 -
System Red Green Blue C M Y K H S L
Decimal 189 119 235 0.20 0.49 0 0.08 276.21 0.74 0.69
Hex BD 77 EB 14 31 0 8 114 4A 45
Octal 275 167 353 24 61 0 10 424 112 105
Binary 10111101 1110111 11101011 10100 110001 0 1000 100010100 1001010 1000101

Color Harmonies of #BD77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77EB

Black with #BD77EB

Text Example


Text Example

White with #BD77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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