Html Css Color HEX #BD72FE Heliotrope

📋 copy color: '#BD72FE'

red 189 ◦ green 114 ◦ blue 254

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

Shades of Heliotrope #BD72FE

Tints of Heliotrope #BD72FE

RGB

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

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

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

R = 33.93%
G = 20.47%
B = 45.6%

CMYK

 C value IS 0.26

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD72FE (or 0xBD72FE) is known color: Heliotrope. HEX triplet: BD, 72 and FE. RGB value is (189,114,254). Sum of RGB (Red+Green+Blue) = 189+114+254=557 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.93% from 557); Green value is 114 (44.92% from 255 or 20.47% from 557); Blue value is 254 (99.61% from 255 or 45.60% from 557); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD72FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD72FE is #428D01. Grayscale: #979797. Windows color (decimal): -4361474 or 16675517. OLE color: 16675517.

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

Color convert

RGB 189 114 254 -
CMYK 0.26 0.55 0 0.00
HSL 272.14º 0.99% 0.72% -
HSV(B) 272.14º 0.55% 1% -
XYZ 44.89 30.01 97.19 -
YUV 152.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 189 114 254 0.26 0.55 0 0.00 272.14 0.99 0.72
Hex BD 72 FE 1A 37 0 0 110 63 48
Octal 275 162 376 32 67 0 0 420 143 110
Binary 10111101 1110010 11111110 11010 110111 0 0 100010000 1100011 1001000

Color Harmonies of #BD72FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD72FE

Black with #BD72FE

Text Example


Text Example

White with #BD72FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD72FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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