Html Css Color HEX #BD76EF Heliotrope

📋 copy color: '#BD76EF'

red 189 ◦ green 118 ◦ blue 239

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

Shades of Heliotrope #BD76EF

Tints of Heliotrope #BD76EF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.61%

 BLUE value IS 239 (93.75% from 255) = 43.77%

R = 34.62%
G = 21.61%
B = 43.77%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD76EF (or 0xBD76EF) is known color: Heliotrope. HEX triplet: BD, 76 and EF. RGB value is (189,118,239). Sum of RGB (Red+Green+Blue) = 189+118+239=546 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.62% from 546); Green value is 118 (46.48% from 255 or 21.61% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD76EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD76EF is #428910. Grayscale: #989898. Windows color (decimal): -4360465 or 15693501. OLE color: 15693501.

HSL color Cylindrical-coordinate representation of color #BD76EF: hue angle of 275.21º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD76EF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 118 239 -
CMYK 0.21 0.51 0 0.06
HSL 275.21º 0.79% 0.7% -
HSV(B) 275.21º 0.51% 0.94% -
XYZ 43.04 30.01 85.18 -
YUV 153.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 189 118 239 0.21 0.51 0 0.06 275.21 0.79 0.7
Hex BD 76 EF 15 33 0 6 113 4F 46
Octal 275 166 357 25 63 0 6 423 117 106
Binary 10111101 1110110 11101111 10101 110011 0 110 100010011 1001111 1000110

Color Harmonies of #BD76EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD76EF

Black with #BD76EF

Text Example


Text Example

White with #BD76EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD76EF; }

 p { color: rgb(189,118,239); }

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

background-color css

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

 a { background-color: rgb(189,118,239); }

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

border-color css

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

 span { border-color: rgb(189,118,239); }

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