Html Css Color HEX #B565FF Heliotrope

📋 copy color: '#B565FF'

red 181 ◦ green 101 ◦ blue 255

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

Shades of Heliotrope #B565FF

Tints of Heliotrope #B565FF

RGB

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

 GREEN value IS 101 (39.84% from 255) = 18.81%

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

R = 33.71%
G = 18.81%
B = 47.49%

CMYK

 C value IS 0.29

 M value IS 0.60

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B565FF (or 0xB565FF) is known color: Heliotrope. HEX triplet: B5, 65 and FF. RGB value is (181,101,255). Sum of RGB (Red+Green+Blue) = 181+101+255=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #B565FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B565FF is #4A9A00. Grayscale: #8D8D8D. Windows color (decimal): -4889089 or 16737717. OLE color: 16737717.

HSL color Cylindrical-coordinate representation of color #B565FF: hue angle of 271.17º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B565FF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 101 255 -
CMYK 0.29 0.60 0 0
HSL 271.17º 1% 0.7% -
HSV(B) 271.17º 0.6% 1% -
XYZ 41.76 26.35 97.49 -
YUV 142.48 191.5 155.48 -
System Red Green Blue C M Y K H S L
Decimal 181 101 255 0.29 0.60 0 0 271.17 1 0.7
Hex B5 65 FF 1D 3C 0 0 10F 64 46
Octal 265 145 377 35 74 0 0 417 144 106
Binary 10110101 1100101 11111111 11101 111100 0 0 100001111 1100100 1000110

Color Harmonies of #B565FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B565FF

Black with #B565FF

Text Example


Text Example

White with #B565FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B565FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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