Html Css Color HEX #BD78EE Heliotrope

📋 copy color: '#BD78EE'

red 189 ◦ green 120 ◦ blue 238

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

Shades of Heliotrope #BD78EE

Tints of Heliotrope #BD78EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.51%

R = 34.55%
G = 21.94%
B = 43.51%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD78EE (or 0xBD78EE) is known color: Heliotrope. HEX triplet: BD, 78 and EE. RGB value is (189,120,238). Sum of RGB (Red+Green+Blue) = 189+120+238=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #BD78EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD78EE is #428711. Grayscale: #999999. Windows color (decimal): -4359954 or 15628477. OLE color: 15628477.

HSL color Cylindrical-coordinate representation of color #BD78EE: hue angle of 275.08º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD78EE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 120 238 -
CMYK 0.21 0.50 0 0.07
HSL 275.08º 0.78% 0.7% -
HSV(B) 275.08º 0.5% 0.93% -
XYZ 43.14 30.42 84.49 -
YUV 154.08 175.36 152.91 -
System Red Green Blue C M Y K H S L
Decimal 189 120 238 0.21 0.50 0 0.07 275.08 0.78 0.7
Hex BD 78 EE 15 32 0 7 113 4E 46
Octal 275 170 356 25 62 0 7 423 116 106
Binary 10111101 1111000 11101110 10101 110010 0 111 100010011 1001110 1000110

Color Harmonies of #BD78EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD78EE

Black with #BD78EE

Text Example


Text Example

White with #BD78EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD78EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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