Html Css Color HEX #BD77FA Heliotrope

📋 copy color: '#BD77FA'

red 189 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #BD77FA

Tints of Heliotrope #BD77FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 33.87%
G = 21.33%
B = 44.8%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD77FA (or 0xBD77FA) is known color: Heliotrope. HEX triplet: BD, 77 and FA. RGB value is (189,119,250). Sum of RGB (Red+Green+Blue) = 189+119+250=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 119 (46.88% from 255 or 21.33% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD77FA is #428805. Grayscale: #9A9A9A. Windows color (decimal): -4360198 or 16414653. OLE color: 16414653.

HSL color Cylindrical-coordinate representation of color #BD77FA: hue angle of 272.06º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD77FA is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 119 250 -
CMYK 0.24 0.52 0 0.02
HSL 272.06º 0.93% 0.72% -
HSV(B) 272.06º 0.52% 0.98% -
XYZ 44.84 30.91 94.05 -
YUV 154.86 181.69 152.35 -
System Red Green Blue C M Y K H S L
Decimal 189 119 250 0.24 0.52 0 0.02 272.06 0.93 0.72
Hex BD 77 FA 18 34 0 2 110 5D 48
Octal 275 167 372 30 64 0 2 420 135 110
Binary 10111101 1110111 11111010 11000 110100 0 10 100010000 1011101 1001000

Color Harmonies of #BD77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD77FA

Black with #BD77FA

Text Example


Text Example

White with #BD77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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