Html Css Color HEX #B96FFE Heliotrope

📋 copy color: '#B96FFE'

red 185 ◦ green 111 ◦ blue 254

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

Shades of Heliotrope #B96FFE

Tints of Heliotrope #B96FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 20.18%

 BLUE value IS 254 (99.61% from 255) = 46.18%

R = 33.64%
G = 20.18%
B = 46.18%

CMYK

 C value IS 0.27

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B96FFE (or 0xB96FFE) is known color: Heliotrope. HEX triplet: B9, 6F and FE. RGB value is (185,111,254). Sum of RGB (Red+Green+Blue) = 185+111+254=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 111 (43.75% from 255 or 20.18% from 550); Blue value is 254 (99.61% from 255 or 46.18% from 550); Max value from RGB is 254 - color contains mainly: blue. Hex color #B96FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B96FFE is #469001. Grayscale: #949494. Windows color (decimal): -4624386 or 16674745. OLE color: 16674745.

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

Color convert

RGB 185 111 254 -
CMYK 0.27 0.56 0 0.00
HSL 271.05º 0.99% 0.72% -
HSV(B) 271.05º 0.56% 1% -
XYZ 43.58 28.84 97.04 -
YUV 149.43 187.02 153.37 -
System Red Green Blue C M Y K H S L
Decimal 185 111 254 0.27 0.56 0 0.00 271.05 0.99 0.72
Hex B9 6F FE 1B 38 0 0 10F 63 48
Octal 271 157 376 33 70 0 0 417 143 110
Binary 10111001 1101111 11111110 11011 111000 0 0 100001111 1100011 1001000

Color Harmonies of #B96FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96FFE

Black with #B96FFE

Text Example


Text Example

White with #B96FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96FFE; }

 p { color: rgb(185,111,254); }

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

background-color css

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

 a { background-color: rgb(185,111,254); }

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

border-color css

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

 span { border-color: rgb(185,111,254); }

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