Html Css Color HEX #B472FF Heliotrope

📋 copy color: '#B472FF'

red 180 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #B472FF

Tints of Heliotrope #B472FF

RGB

 RED value IS 180 (70.7% from 255) = 32.79%

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

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

R = 32.79%
G = 20.77%
B = 46.45%

CMYK

 C value IS 0.29

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B472FF (or 0xB472FF) is known color: Heliotrope. HEX triplet: B4, 72 and FF. RGB value is (180,114,255). Sum of RGB (Red+Green+Blue) = 180+114+255=549 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.79% from 549); Green value is 114 (44.92% from 255 or 20.77% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #B472FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B472FF is #4B8D00. Grayscale: #959595. Windows color (decimal): -4951297 or 16741044. OLE color: 16741044.

HSL color Cylindrical-coordinate representation of color #B472FF: hue angle of 268.09º 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 #B472FF is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 114 255 -
CMYK 0.29 0.55 0 0
HSL 268.09º 1% 0.72% -
HSV(B) 268.09º 0.55% 1% -
XYZ 42.89 28.96 97.94 -
YUV 149.81 187.37 149.54 -
System Red Green Blue C M Y K H S L
Decimal 180 114 255 0.29 0.55 0 0 268.09 1 0.72
Hex B4 72 FF 1D 37 0 0 10C 64 48
Octal 264 162 377 35 67 0 0 414 144 110
Binary 10110100 1110010 11111111 11101 110111 0 0 100001100 1100100 1001000

Color Harmonies of #B472FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B472FF

Black with #B472FF

Text Example


Text Example

White with #B472FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B472FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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