Html Css Color HEX #B586FF Biloba Flower

📋 copy color: '#B586FF'

red 181 ◦ green 134 ◦ blue 255

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

Shades of Biloba Flower #B586FF

Tints of Biloba Flower #B586FF

RGB

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

 GREEN value IS 134 (52.73% from 255) = 23.51%

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

R = 31.75%
G = 23.51%
B = 44.74%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B586FF (or 0xB586FF) is known color: Biloba Flower. HEX triplet: B5, 86 and FF. RGB value is (181,134,255). Sum of RGB (Red+Green+Blue) = 181+134+255=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 134 (52.73% from 255 or 23.51% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #B586FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B586FF is #4A7900. Grayscale: #A1A1A1. Windows color (decimal): -4880641 or 16746165. OLE color: 16746165.

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

Color convert

RGB 181 134 255 -
CMYK 0.29 0.47 0 0
HSL 263.31º 1% 0.76% -
HSV(B) 263.31º 0.47% 1% -
XYZ 45.63 34.09 98.78 -
YUV 161.85 180.57 141.66 -
System Red Green Blue C M Y K H S L
Decimal 181 134 255 0.29 0.47 0 0 263.31 1 0.76
Hex B5 86 FF 1D 2F 0 0 107 64 4C
Octal 265 206 377 35 57 0 0 407 144 114
Binary 10110101 10000110 11111111 11101 101111 0 0 100000111 1100100 1001100

Color Harmonies of #B586FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B586FF

Black with #B586FF

Text Example


Text Example

White with #B586FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B586FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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