Html Css Color HEX #BD76EE Heliotrope

📋 copy color: '#BD76EE'

red 189 ◦ green 118 ◦ blue 238

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

Shades of Heliotrope #BD76EE

Tints of Heliotrope #BD76EE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.65%

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 34.68%
G = 21.65%
B = 43.67%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD76EE (or 0xBD76EE) is known color: Heliotrope. HEX triplet: BD, 76 and EE. RGB value is (189,118,238). Sum of RGB (Red+Green+Blue) = 189+118+238=545 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.68% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD76EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76EE is #428911. Grayscale: #989898. Windows color (decimal): -4360466 or 15627965. OLE color: 15627965.

HSL color Cylindrical-coordinate representation of color #BD76EE: hue angle of 275.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD76EE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 118 238 -
CMYK 0.21 0.50 0 0.07
HSL 275.5º 0.78% 0.7% -
HSV(B) 275.5º 0.5% 0.93% -
XYZ 42.9 29.95 84.41 -
YUV 152.91 176.02 153.74 -
System Red Green Blue C M Y K H S L
Decimal 189 118 238 0.21 0.50 0 0.07 275.5 0.78 0.7
Hex BD 76 EE 15 32 0 7 114 4E 46
Octal 275 166 356 25 62 0 7 424 116 106
Binary 10111101 1110110 11101110 10101 110010 0 111 100010100 1001110 1000110

Color Harmonies of #BD76EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76EE

Black with #BD76EE

Text Example


Text Example

White with #BD76EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76EE; }

 p { color: rgb(189,118,238); }

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

background-color css

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

 a { background-color: rgb(189,118,238); }

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

border-color css

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

 span { border-color: rgb(189,118,238); }

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