Html Css Color HEX #B95CFE Heliotrope

📋 copy color: '#B95CFE'

red 185 ◦ green 92 ◦ blue 254

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

Shades of Heliotrope #B95CFE

Tints of Heliotrope #B95CFE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.33%

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

R = 34.84%
G = 17.33%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B95CFE (or 0xB95CFE) is known color: Heliotrope. HEX triplet: B9, 5C and FE. RGB value is (185,92,254). Sum of RGB (Red+Green+Blue) = 185+92+254=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 92 (36.33% from 255 or 17.33% from 531); Blue value is 254 (99.61% from 255 or 47.83% from 531); Max value from RGB is 254 - color contains mainly: blue. Hex color #B95CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B95CFE is #46A301. Grayscale: #898989. Windows color (decimal): -4629250 or 16669881. OLE color: 16669881.

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

Color convert

RGB 185 92 254 -
CMYK 0.27 0.64 0 0.00
HSL 274.44º 0.99% 0.68% -
HSV(B) 274.44º 0.64% 1% -
XYZ 41.72 25.12 96.42 -
YUV 138.28 193.31 161.33 -
System Red Green Blue C M Y K H S L
Decimal 185 92 254 0.27 0.64 0 0.00 274.44 0.99 0.68
Hex B9 5C FE 1B 40 0 0 112 63 44
Octal 271 134 376 33 100 0 0 422 143 104
Binary 10111001 1011100 11111110 11011 1000000 0 0 100010010 1100011 1000100

Color Harmonies of #B95CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95CFE

Black with #B95CFE

Text Example


Text Example

White with #B95CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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