Html Css Color HEX #B963FC Heliotrope

📋 copy color: '#B963FC'

red 185 ◦ green 99 ◦ blue 252

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

Shades of Heliotrope #B963FC

Tints of Heliotrope #B963FC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.47%

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

R = 34.51%
G = 18.47%
B = 47.01%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B963FC (or 0xB963FC) is known color: Heliotrope. HEX triplet: B9, 63 and FC. RGB value is (185,99,252). Sum of RGB (Red+Green+Blue) = 185+99+252=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 99 (39.06% from 255 or 18.47% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #B963FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963FC is #469C03. Grayscale: #8D8D8D. Windows color (decimal): -4627460 or 16540601. OLE color: 16540601.

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

Color convert

RGB 185 99 252 -
CMYK 0.27 0.61 0 0.01
HSL 273.73º 0.96% 0.69% -
HSV(B) 273.73º 0.61% 0.99% -
XYZ 42.04 26.27 94.95 -
YUV 142.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 185 99 252 0.27 0.61 0 0.01 273.73 0.96 0.69
Hex B9 63 FC 1B 3D 0 1 112 60 45
Octal 271 143 374 33 75 0 1 422 140 105
Binary 10111001 1100011 11111100 11011 111101 0 1 100010010 1100000 1000101

Color Harmonies of #B963FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963FC

Black with #B963FC

Text Example


Text Example

White with #B963FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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