Html Css Color HEX #B972FF Heliotrope

📋 copy color: '#B972FF'

red 185 ◦ green 114 ◦ blue 255

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

Shades of Heliotrope #B972FF

Tints of Heliotrope #B972FF

RGB

 RED value IS 185 (72.66% from 255) = 33.39%

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

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

R = 33.39%
G = 20.58%
B = 46.03%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B972FF (or 0xB972FF) is known color: Heliotrope. HEX triplet: B9, 72 and FF. RGB value is (185,114,255). Sum of RGB (Red+Green+Blue) = 185+114+255=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 114 (44.92% from 255 or 20.58% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #B972FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972FF is #468D00. Grayscale: #969696. Windows color (decimal): -4623617 or 16741049. OLE color: 16741049.

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

Color convert

RGB 185 114 255 -
CMYK 0.27 0.55 0 0
HSL 270.21º 1% 0.72% -
HSV(B) 270.21º 0.55% 1% -
XYZ 44.07 29.57 97.99 -
YUV 151.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 185 114 255 0.27 0.55 0 0 270.21 1 0.72
Hex B9 72 FF 1B 37 0 0 10E 64 48
Octal 271 162 377 33 67 0 0 416 144 110
Binary 10111001 1110010 11111111 11011 110111 0 0 100001110 1100100 1001000

Color Harmonies of #B972FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972FF

Black with #B972FF

Text Example


Text Example

White with #B972FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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