Html Css Color HEX #B972FC Heliotrope

📋 copy color: '#B972FC'

red 185 ◦ green 114 ◦ blue 252

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

Shades of Heliotrope #B972FC

Tints of Heliotrope #B972FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.74%

R = 33.58%
G = 20.69%
B = 45.74%

CMYK

 C value IS 0.27

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B972FC (or 0xB972FC) is known color: Heliotrope. HEX triplet: B9, 72 and FC. RGB value is (185,114,252). Sum of RGB (Red+Green+Blue) = 185+114+252=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 114 (44.92% from 255 or 20.69% from 551); Blue value is 252 (98.83% from 255 or 45.74% from 551); Max value from RGB is 252 - color contains mainly: blue. Hex color #B972FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B972FC is #468D03. Grayscale: #969696. Windows color (decimal): -4623620 or 16544441. OLE color: 16544441.

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

Color convert

RGB 185 114 252 -
CMYK 0.27 0.55 0 0.01
HSL 270.87º 0.96% 0.72% -
HSV(B) 270.87º 0.55% 0.99% -
XYZ 43.6 29.38 95.47 -
YUV 150.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 185 114 252 0.27 0.55 0 0.01 270.87 0.96 0.72
Hex B9 72 FC 1B 37 0 1 10F 60 48
Octal 271 162 374 33 67 0 1 417 140 110
Binary 10111001 1110010 11111100 11011 110111 0 1 100001111 1100000 1001000

Color Harmonies of #B972FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B972FC

Black with #B972FC

Text Example


Text Example

White with #B972FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B972FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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