Html Css Color HEX #B973FC Heliotrope

📋 copy color: '#B973FC'

red 185 ◦ green 115 ◦ blue 252

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

Shades of Heliotrope #B973FC

Tints of Heliotrope #B973FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.83%

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

R = 33.51%
G = 20.83%
B = 45.65%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B973FC (or 0xB973FC) is known color: Heliotrope. HEX triplet: B9, 73 and FC. RGB value is (185,115,252). Sum of RGB (Red+Green+Blue) = 185+115+252=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 115 (45.31% from 255 or 20.83% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #B973FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B973FC is #468C03. Grayscale: #979797. Windows color (decimal): -4623364 or 16544697. OLE color: 16544697.

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

Color convert

RGB 185 115 252 -
CMYK 0.27 0.54 0 0.01
HSL 270.66º 0.96% 0.72% -
HSV(B) 270.66º 0.54% 0.99% -
XYZ 43.71 29.6 95.51 -
YUV 151.55 184.69 151.86 -
System Red Green Blue C M Y K H S L
Decimal 185 115 252 0.27 0.54 0 0.01 270.66 0.96 0.72
Hex B9 73 FC 1B 36 0 1 10F 60 48
Octal 271 163 374 33 66 0 1 417 140 110
Binary 10111001 1110011 11111100 11011 110110 0 1 100001111 1100000 1001000

Color Harmonies of #B973FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B973FC

Black with #B973FC

Text Example


Text Example

White with #B973FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B973FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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