Html Css Color HEX #B595F0 Biloba Flower

📋 copy color: '#B595F0'

red 181 ◦ green 149 ◦ blue 240

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

Shades of Biloba Flower #B595F0

Tints of Biloba Flower #B595F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 31.75%
G = 26.14%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B595F0 (or 0xB595F0) is known color: Biloba Flower. HEX triplet: B5, 95 and F0. RGB value is (181,149,240). Sum of RGB (Red+Green+Blue) = 181+149+240=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #B595F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B595F0 is #4A6A0F. Grayscale: #A8A8A8. Windows color (decimal): -4876816 or 15766965. OLE color: 15766965.

HSL color Cylindrical-coordinate representation of color #B595F0: hue angle of 261.1º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B595F0 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 149 240 -
CMYK 0.25 0.38 0 0.06
HSL 261.1º 0.75% 0.76% -
HSV(B) 261.1º 0.38% 0.94% -
XYZ 45.53 37.61 87.3 -
YUV 168.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 181 149 240 0.25 0.38 0 0.06 261.1 0.75 0.76
Hex B5 95 F0 19 26 0 6 105 4B 4C
Octal 265 225 360 31 46 0 6 405 113 114
Binary 10110101 10010101 11110000 11001 100110 0 110 100000101 1001011 1001100

Color Harmonies of #B595F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595F0

Black with #B595F0

Text Example


Text Example

White with #B595F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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