Html Css Color HEX #B595FF Biloba Flower

📋 copy color: '#B595FF'

red 181 ◦ green 149 ◦ blue 255

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

Shades of Biloba Flower #B595FF

Tints of Biloba Flower #B595FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.47%

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

R = 30.94%
G = 25.47%
B = 43.59%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B595FF (or 0xB595FF) is known color: Biloba Flower. HEX triplet: B5, 95 and FF. RGB value is (181,149,255). Sum of RGB (Red+Green+Blue) = 181+149+255=585 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.94% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #B595FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B595FF is #4A6A00. Grayscale: #AAAAAA. Windows color (decimal): -4876801 or 16750005. OLE color: 16750005.

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

Color convert

RGB 181 149 255 -
CMYK 0.29 0.42 0 0
HSL 258.11º 1% 0.79% -
HSV(B) 258.11º 0.42% 1% -
XYZ 47.85 38.54 99.52 -
YUV 170.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 181 149 255 0.29 0.42 0 0 258.11 1 0.79
Hex B5 95 FF 1D 2A 0 0 102 64 4F
Octal 265 225 377 35 52 0 0 402 144 117
Binary 10110101 10010101 11111111 11101 101010 0 0 100000010 1100100 1001111

Color Harmonies of #B595FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595FF

Black with #B595FF

Text Example


Text Example

White with #B595FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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