Html Css Color HEX #B595CF Biloba Flower

📋 copy color: '#B595CF'

red 181 ◦ green 149 ◦ blue 207

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

Shades of Biloba Flower #B595CF

Tints of Biloba Flower #B595CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.55%

R = 33.71%
G = 27.75%
B = 38.55%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B595CF (or 0xB595CF) is known color: Biloba Flower. HEX triplet: B5, 95 and CF. RGB value is (181,149,207). Sum of RGB (Red+Green+Blue) = 181+149+207=537 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.71% from 537); Green value is 149 (58.59% from 255 or 27.75% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #B595CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595CF is #4A6A30. Grayscale: #A4A4A4. Windows color (decimal): -4876849 or 13604277. OLE color: 13604277.

HSL color Cylindrical-coordinate representation of color #B595CF: hue angle of 273.1º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B595CF is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 149 207 -
CMYK 0.13 0.28 0 0.19
HSL 273.1º 0.38% 0.7% -
HSV(B) 273.1º 0.28% 0.81% -
XYZ 41.07 35.82 63.78 -
YUV 165.18 151.6 139.28 -
System Red Green Blue C M Y K H S L
Decimal 181 149 207 0.13 0.28 0 0.19 273.1 0.38 0.7
Hex B5 95 CF D 1C 0 13 111 26 46
Octal 265 225 317 15 34 0 23 421 46 106
Binary 10110101 10010101 11001111 1101 11100 0 10011 100010001 100110 1000110

Color Harmonies of #B595CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595CF

Black with #B595CF

Text Example


Text Example

White with #B595CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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