Html Css Color HEX #BD72EC Heliotrope

📋 copy color: '#BD72EC'

red 189 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #BD72EC

Tints of Heliotrope #BD72EC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.15%

 BLUE value IS 236 (92.58% from 255) = 43.78%

R = 35.06%
G = 21.15%
B = 43.78%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BD72EC (or 0xBD72EC) is known color: Heliotrope. HEX triplet: BD, 72 and EC. RGB value is (189,114,236). Sum of RGB (Red+Green+Blue) = 189+114+236=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 114 (44.92% from 255 or 21.15% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #BD72EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD72EC is #428D13. Grayscale: #959595. Windows color (decimal): -4361492 or 15495869. OLE color: 15495869.

HSL color Cylindrical-coordinate representation of color #BD72EC: hue angle of 276.89º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD72EC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 114 236 -
CMYK 0.20 0.52 0 0.07
HSL 276.89º 0.76% 0.69% -
HSV(B) 276.89º 0.52% 0.93% -
XYZ 42.14 28.91 82.72 -
YUV 150.33 176.35 155.58 -
System Red Green Blue C M Y K H S L
Decimal 189 114 236 0.20 0.52 0 0.07 276.89 0.76 0.69
Hex BD 72 EC 14 34 0 7 115 4C 45
Octal 275 162 354 24 64 0 7 425 114 105
Binary 10111101 1110010 11101100 10100 110100 0 111 100010101 1001100 1000101

Color Harmonies of #BD72EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72EC

Black with #BD72EC

Text Example


Text Example

White with #BD72EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72EC; }

 p { color: rgb(189,114,236); }

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

background-color css

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

 a { background-color: rgb(189,114,236); }

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

border-color css

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

 span { border-color: rgb(189,114,236); }

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