Html Css Color HEX #B960FF Heliotrope

📋 copy color: '#B960FF'

red 185 ◦ green 96 ◦ blue 255

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

Shades of Heliotrope #B960FF

Tints of Heliotrope #B960FF

RGB

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

 GREEN value IS 96 (37.89% from 255) = 17.91%

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

R = 34.51%
G = 17.91%
B = 47.57%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B960FF (or 0xB960FF) is known color: Heliotrope. HEX triplet: B9, 60 and FF. RGB value is (185,96,255). Sum of RGB (Red+Green+Blue) = 185+96+255=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 96 (37.89% from 255 or 17.91% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #B960FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B960FF is #469F00. Grayscale: #8C8C8C. Windows color (decimal): -4628225 or 16736441. OLE color: 16736441.

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

Color convert

RGB 185 96 255 -
CMYK 0.27 0.62 0 0
HSL 273.58º 1% 0.69% -
HSV(B) 273.58º 0.62% 1% -
XYZ 42.24 25.9 97.38 -
YUV 140.74 192.49 159.57 -
System Red Green Blue C M Y K H S L
Decimal 185 96 255 0.27 0.62 0 0 273.58 1 0.69
Hex B9 60 FF 1B 3E 0 0 112 64 45
Octal 271 140 377 33 76 0 0 422 144 105
Binary 10111001 1100000 11111111 11011 111110 0 0 100010010 1100100 1000101

Color Harmonies of #B960FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B960FF

Black with #B960FF

Text Example


Text Example

White with #B960FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B960FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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