Html Css Color HEX #B962FE Heliotrope

📋 copy color: '#B962FE'

red 185 ◦ green 98 ◦ blue 254

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

Shades of Heliotrope #B962FE

Tints of Heliotrope #B962FE

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.25%

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

R = 34.45%
G = 18.25%
B = 47.3%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B962FE (or 0xB962FE) is known color: Heliotrope. HEX triplet: B9, 62 and FE. RGB value is (185,98,254). Sum of RGB (Red+Green+Blue) = 185+98+254=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 98 (38.67% from 255 or 18.25% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B962FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962FE is #469D01. Grayscale: #8D8D8D. Windows color (decimal): -4627714 or 16671417. OLE color: 16671417.

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

Color convert

RGB 185 98 254 -
CMYK 0.27 0.61 0 0.00
HSL 273.46º 0.99% 0.69% -
HSV(B) 273.46º 0.61% 1% -
XYZ 42.26 26.21 96.6 -
YUV 141.8 191.32 158.82 -
System Red Green Blue C M Y K H S L
Decimal 185 98 254 0.27 0.61 0 0.00 273.46 0.99 0.69
Hex B9 62 FE 1B 3D 0 0 111 63 45
Octal 271 142 376 33 75 0 0 421 143 105
Binary 10111001 1100010 11111110 11011 111101 0 0 100010001 1100011 1000101

Color Harmonies of #B962FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962FE

Black with #B962FE

Text Example


Text Example

White with #B962FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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