Html Css Color HEX #B595CC Biloba Flower

📋 copy color: '#B595CC'

red 181 ◦ green 149 ◦ blue 204

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

Shades of Biloba Flower #B595CC

Tints of Biloba Flower #B595CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.2%

R = 33.9%
G = 27.9%
B = 38.2%

CMYK

 C value IS 0.11

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B595CC (or 0xB595CC) is known color: Biloba Flower. HEX triplet: B5, 95 and CC. RGB value is (181,149,204). Sum of RGB (Red+Green+Blue) = 181+149+204=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #B595CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B595CC is #4A6A33. Grayscale: #A4A4A4. Windows color (decimal): -4876852 or 13407669. OLE color: 13407669.

HSL color Cylindrical-coordinate representation of color #B595CC: hue angle of 274.91º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B595CC is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 149 204 -
CMYK 0.11 0.27 0 0.2
HSL 274.91º 0.35% 0.69% -
HSV(B) 274.91º 0.27% 0.8% -
XYZ 40.7 35.68 61.87 -
YUV 164.84 150.1 139.53 -
System Red Green Blue C M Y K H S L
Decimal 181 149 204 0.11 0.27 0 0.2 274.91 0.35 0.69
Hex B5 95 CC B 1B 0 14 113 23 45
Octal 265 225 314 13 33 0 24 423 43 105
Binary 10110101 10010101 11001100 1011 11011 0 10100 100010011 100011 1000101

Color Harmonies of #B595CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B595CC

Black with #B595CC

Text Example


Text Example

White with #B595CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B595CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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