Html Css Color HEX #BD77FE Heliotrope

📋 copy color: '#BD77FE'

red 189 ◦ green 119 ◦ blue 254

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

Shades of Heliotrope #BD77FE

Tints of Heliotrope #BD77FE

RGB

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

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

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

R = 33.63%
G = 21.17%
B = 45.2%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD77FE (or 0xBD77FE) is known color: Heliotrope. HEX triplet: BD, 77 and FE. RGB value is (189,119,254). Sum of RGB (Red+Green+Blue) = 189+119+254=562 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.63% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD77FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77FE is #428801. Grayscale: #9A9A9A. Windows color (decimal): -4360194 or 16676797. OLE color: 16676797.

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

Color convert

RGB 189 119 254 -
CMYK 0.26 0.53 0 0.00
HSL 271.11º 0.99% 0.73% -
HSV(B) 271.11º 0.53% 1% -
XYZ 45.47 31.17 97.39 -
YUV 155.32 183.69 152.02 -
System Red Green Blue C M Y K H S L
Decimal 189 119 254 0.26 0.53 0 0.00 271.11 0.99 0.73
Hex BD 77 FE 1A 35 0 0 10F 63 49
Octal 275 167 376 32 65 0 0 417 143 111
Binary 10111101 1110111 11111110 11010 110101 0 0 100001111 1100011 1001001

Color Harmonies of #BD77FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77FE

Black with #BD77FE

Text Example


Text Example

White with #BD77FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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