Html Css Color HEX #BD78FA Heliotrope

📋 copy color: '#BD78FA'

red 189 ◦ green 120 ◦ blue 250

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

Shades of Heliotrope #BD78FA

Tints of Heliotrope #BD78FA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.47%

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

R = 33.81%
G = 21.47%
B = 44.72%

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

#BD78FA (or 0xBD78FA) is known color: Heliotrope. HEX triplet: BD, 78 and FA. RGB value is (189,120,250). Sum of RGB (Red+Green+Blue) = 189+120+250=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78FA is #428705. Grayscale: #9B9B9B. Windows color (decimal): -4359942 or 16414909. OLE color: 16414909.

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

Color convert

RGB 189 120 250 -
CMYK 0.24 0.52 0 0.02
HSL 271.85º 0.93% 0.73% -
HSV(B) 271.85º 0.52% 0.98% -
XYZ 44.96 31.15 94.09 -
YUV 155.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 189 120 250 0.24 0.52 0 0.02 271.85 0.93 0.73
Hex BD 78 FA 18 34 0 2 110 5D 49
Octal 275 170 372 30 64 0 2 420 135 111
Binary 10111101 1111000 11111010 11000 110100 0 10 100010000 1011101 1001001

Color Harmonies of #BD78FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78FA

Black with #BD78FA

Text Example


Text Example

White with #BD78FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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