Html Css Color HEX #B962FF Heliotrope

📋 copy color: '#B962FF'

red 185 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #B962FF

Tints of Heliotrope #B962FF

RGB

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

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

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

R = 34.39%
G = 18.22%
B = 47.4%

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

#B962FF (or 0xB962FF) is known color: Heliotrope. HEX triplet: B9, 62 and FF. RGB value is (185,98,255). Sum of RGB (Red+Green+Blue) = 185+98+255=538 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.39% from 538); Green value is 98 (38.67% from 255 or 18.22% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #B962FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B962FF is #469D00. Grayscale: #8D8D8D. Windows color (decimal): -4627713 or 16736953. OLE color: 16736953.

HSL color Cylindrical-coordinate representation of color #B962FF: hue angle of 273.25º 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 #B962FF is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 185 98 255 -
CMYK 0.27 0.62 0 0
HSL 273.25º 1% 0.69% -
HSV(B) 273.25º 0.62% 1% -
XYZ 42.43 26.27 97.44 -
YUV 141.91 191.82 158.73 -
System Red Green Blue C M Y K H S L
Decimal 185 98 255 0.27 0.62 0 0 273.25 1 0.69
Hex B9 62 FF 1B 3E 0 0 111 64 45
Octal 271 142 377 33 76 0 0 421 144 105
Binary 10111001 1100010 11111111 11011 111110 0 0 100010001 1100100 1000101

Color Harmonies of #B962FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B962FF

Black with #B962FF

Text Example


Text Example

White with #B962FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B962FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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