Html Css Color HEX #BD78FE Heliotrope

📋 copy color: '#BD78FE'

red 189 ◦ green 120 ◦ blue 254

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

Shades of Heliotrope #BD78FE

Tints of Heliotrope #BD78FE

RGB

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

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

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

R = 33.57%
G = 21.31%
B = 45.12%

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

#BD78FE (or 0xBD78FE) is known color: Heliotrope. HEX triplet: BD, 78 and FE. RGB value is (189,120,254). Sum of RGB (Red+Green+Blue) = 189+120+254=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 120 (47.27% from 255 or 21.31% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD78FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78FE is #428701. Grayscale: #9B9B9B. Windows color (decimal): -4359938 or 16677053. OLE color: 16677053.

HSL color Cylindrical-coordinate representation of color #BD78FE: hue angle of 270.9º 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 #BD78FE is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 120 254 -
CMYK 0.26 0.53 0 0.00
HSL 270.9º 0.99% 0.73% -
HSV(B) 270.9º 0.53% 1% -
XYZ 45.59 31.41 97.43 -
YUV 155.91 183.36 151.6 -
System Red Green Blue C M Y K H S L
Decimal 189 120 254 0.26 0.53 0 0.00 270.9 0.99 0.73
Hex BD 78 FE 1A 35 0 0 10F 63 49
Octal 275 170 376 32 65 0 0 417 143 111
Binary 10111101 1111000 11111110 11010 110101 0 0 100001111 1100011 1001001

Color Harmonies of #BD78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78FE

Black with #BD78FE

Text Example


Text Example

White with #BD78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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