Html Css Color HEX #BD76FE Heliotrope

📋 copy color: '#BD76FE'

red 189 ◦ green 118 ◦ blue 254

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

Shades of Heliotrope #BD76FE

Tints of Heliotrope #BD76FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 33.69%
G = 21.03%
B = 45.28%

CMYK

 C value IS 0.26

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD76FE (or 0xBD76FE) is known color: Heliotrope. HEX triplet: BD, 76 and FE. RGB value is (189,118,254). Sum of RGB (Red+Green+Blue) = 189+118+254=561 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.69% from 561); Green value is 118 (46.48% from 255 or 21.03% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD76FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76FE is #428901. Grayscale: #9A9A9A. Windows color (decimal): -4360450 or 16676541. OLE color: 16676541.

HSL color Cylindrical-coordinate representation of color #BD76FE: hue angle of 271.32º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD76FE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 118 254 -
CMYK 0.26 0.54 0 0.00
HSL 271.32º 0.99% 0.73% -
HSV(B) 271.32º 0.54% 1% -
XYZ 45.35 30.93 97.35 -
YUV 154.73 184.02 152.44 -
System Red Green Blue C M Y K H S L
Decimal 189 118 254 0.26 0.54 0 0.00 271.32 0.99 0.73
Hex BD 76 FE 1A 36 0 0 10F 63 49
Octal 275 166 376 32 66 0 0 417 143 111
Binary 10111101 1110110 11111110 11010 110110 0 0 100001111 1100011 1001001

Color Harmonies of #BD76FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76FE

Black with #BD76FE

Text Example


Text Example

White with #BD76FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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