Html Css Color HEX #B569FA Heliotrope

📋 copy color: '#B569FA'

red 181 ◦ green 105 ◦ blue 250

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

Shades of Heliotrope #B569FA

Tints of Heliotrope #B569FA

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.59%

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 33.77%
G = 19.59%
B = 46.64%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B569FA (or 0xB569FA) is known color: Heliotrope. HEX triplet: B5, 69 and FA. RGB value is (181,105,250). Sum of RGB (Red+Green+Blue) = 181+105+250=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 105 (41.41% from 255 or 19.59% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #B569FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B569FA is #4A9605. Grayscale: #8F8F8F. Windows color (decimal): -4888070 or 16411061. OLE color: 16411061.

HSL color Cylindrical-coordinate representation of color #B569FA: hue angle of 271.45º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B569FA is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 105 250 -
CMYK 0.28 0.58 0 0.02
HSL 271.45º 0.94% 0.7% -
HSV(B) 271.45º 0.58% 0.98% -
XYZ 41.36 26.83 93.44 -
YUV 144.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 181 105 250 0.28 0.58 0 0.02 271.45 0.94 0.7
Hex B5 69 FA 1C 3A 0 2 10F 5E 46
Octal 265 151 372 34 72 0 2 417 136 106
Binary 10110101 1101001 11111010 11100 111010 0 10 100001111 1011110 1000110

Color Harmonies of #B569FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B569FA

Black with #B569FA

Text Example


Text Example

White with #B569FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B569FA; }

 p { color: rgb(181,105,250); }

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

background-color css

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

 a { background-color: rgb(181,105,250); }

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

border-color css

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

 span { border-color: rgb(181,105,250); }

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