Html Css Color HEX #BD72FF Heliotrope

📋 copy color: '#BD72FF'

red 189 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #BD72FF

Tints of Heliotrope #BD72FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.7%

R = 33.87%
G = 20.43%
B = 45.7%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BD72FF (or 0xBD72FF) is known color: Heliotrope. HEX triplet: BD, 72 and FF. RGB value is (189,114,255). Sum of RGB (Red+Green+Blue) = 189+114+255=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 114 (44.92% from 255 or 20.43% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD72FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD72FF is #428D00. Grayscale: #989898. Windows color (decimal): -4361473 or 16741053. OLE color: 16741053.

HSL color Cylindrical-coordinate representation of color #BD72FF: hue angle of 271.91º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD72FF is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 114 255 -
CMYK 0.26 0.55 0 0
HSL 271.91º 1% 0.72% -
HSV(B) 271.91º 0.55% 1% -
XYZ 45.05 30.07 98.04 -
YUV 152.5 185.85 154.04 -
System Red Green Blue C M Y K H S L
Decimal 189 114 255 0.26 0.55 0 0 271.91 1 0.72
Hex BD 72 FF 1A 37 0 0 110 64 48
Octal 275 162 377 32 67 0 0 420 144 110
Binary 10111101 1110010 11111111 11010 110111 0 0 100010000 1100100 1001000

Color Harmonies of #BD72FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72FF

Black with #BD72FF

Text Example


Text Example

White with #BD72FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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