Html Css Color HEX #B963FF Heliotrope

📋 copy color: '#B963FF'

red 185 ◦ green 99 ◦ blue 255

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

Shades of Heliotrope #B963FF

Tints of Heliotrope #B963FF

RGB

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

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

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

R = 34.32%
G = 18.37%
B = 47.31%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B963FF (or 0xB963FF) is known color: Heliotrope. HEX triplet: B9, 63 and FF. RGB value is (185,99,255). Sum of RGB (Red+Green+Blue) = 185+99+255=539 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.32% from 539); Green value is 99 (39.06% from 255 or 18.37% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #B963FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B963FF is #469C00. Grayscale: #8D8D8D. Windows color (decimal): -4627457 or 16737209. OLE color: 16737209.

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

Color convert

RGB 185 99 255 -
CMYK 0.27 0.61 0 0
HSL 273.08º 1% 0.69% -
HSV(B) 273.08º 0.61% 1% -
XYZ 42.52 26.46 97.47 -
YUV 142.5 191.49 158.32 -
System Red Green Blue C M Y K H S L
Decimal 185 99 255 0.27 0.61 0 0 273.08 1 0.69
Hex B9 63 FF 1B 3D 0 0 111 64 45
Octal 271 143 377 33 75 0 0 421 144 105
Binary 10111001 1100011 11111111 11011 111101 0 0 100010001 1100100 1000101

Color Harmonies of #B963FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B963FF

Black with #B963FF

Text Example


Text Example

White with #B963FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B963FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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