Html Css Color HEX #BD76ED Heliotrope

📋 copy color: '#BD76ED'

red 189 ◦ green 118 ◦ blue 237

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

Shades of Heliotrope #BD76ED

Tints of Heliotrope #BD76ED

RGB

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

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

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

R = 34.74%
G = 21.69%
B = 43.57%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD76ED (or 0xBD76ED) is known color: Heliotrope. HEX triplet: BD, 76 and ED. RGB value is (189,118,237). Sum of RGB (Red+Green+Blue) = 189+118+237=544 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.74% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #BD76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76ED is #428912. Grayscale: #989898. Windows color (decimal): -4360467 or 15562429. OLE color: 15562429.

HSL color Cylindrical-coordinate representation of color #BD76ED: hue angle of 275.8º degrees, saturation: 0.77, 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 #BD76ED is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 118 237 -
CMYK 0.20 0.50 0 0.07
HSL 275.8º 0.77% 0.7% -
HSV(B) 275.8º 0.5% 0.93% -
XYZ 42.75 29.89 83.64 -
YUV 152.8 175.52 153.82 -
System Red Green Blue C M Y K H S L
Decimal 189 118 237 0.20 0.50 0 0.07 275.8 0.77 0.7
Hex BD 76 ED 14 32 0 7 114 4D 46
Octal 275 166 355 24 62 0 7 424 115 106
Binary 10111101 1110110 11101101 10100 110010 0 111 100010100 1001101 1000110

Color Harmonies of #BD76ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76ED

Black with #BD76ED

Text Example


Text Example

White with #BD76ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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