Html Css Color HEX #B562FF Heliotrope

📋 copy color: '#B562FF'

red 181 ◦ green 98 ◦ blue 255

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

Shades of Heliotrope #B562FF

Tints of Heliotrope #B562FF

RGB

 RED value IS 181 (71.09% from 255) = 33.9%

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

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

R = 33.9%
G = 18.35%
B = 47.75%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B562FF (or 0xB562FF) is known color: Heliotrope. HEX triplet: B5, 62 and FF. RGB value is (181,98,255). Sum of RGB (Red+Green+Blue) = 181+98+255=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 98 (38.67% from 255 or 18.35% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #B562FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B562FF is #4A9D00. Grayscale: #8C8C8C. Windows color (decimal): -4889857 or 16736949. OLE color: 16736949.

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

Color convert

RGB 181 98 255 -
CMYK 0.29 0.62 0 0
HSL 271.72º 1% 0.69% -
HSV(B) 271.72º 0.62% 1% -
XYZ 41.47 25.78 97.4 -
YUV 140.72 192.5 156.73 -
System Red Green Blue C M Y K H S L
Decimal 181 98 255 0.29 0.62 0 0 271.72 1 0.69
Hex B5 62 FF 1D 3E 0 0 110 64 45
Octal 265 142 377 35 76 0 0 420 144 105
Binary 10110101 1100010 11111111 11101 111110 0 0 100010000 1100100 1000101

Color Harmonies of #B562FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B562FF

Black with #B562FF

Text Example


Text Example

White with #B562FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B562FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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