Html Css Color HEX #B592DC Biloba Flower

📋 copy color: '#B592DC'

red 181 ◦ green 146 ◦ blue 220

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

Shades of Biloba Flower #B592DC

Tints of Biloba Flower #B592DC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.69%

 BLUE value IS 220 (86.33% from 255) = 40.22%

R = 33.09%
G = 26.69%
B = 40.22%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B592DC (or 0xB592DC) is known color: Biloba Flower. HEX triplet: B5, 92 and DC. RGB value is (181,146,220). Sum of RGB (Red+Green+Blue) = 181+146+220=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 220 (86.33% from 255 or 40.22% from 547); Max value from RGB is 220 - color contains mainly: blue. Hex color #B592DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592DC is #4A6D23. Grayscale: #A4A4A4. Windows color (decimal): -4877604 or 14455477. OLE color: 14455477.

HSL color Cylindrical-coordinate representation of color #B592DC: hue angle of 268.38º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B592DC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 146 220 -
CMYK 0.18 0.34 0 0.14
HSL 268.38º 0.51% 0.72% -
HSV(B) 268.38º 0.34% 0.86% -
XYZ 42.25 35.55 72.34 -
YUV 164.9 159.1 139.48 -
System Red Green Blue C M Y K H S L
Decimal 181 146 220 0.18 0.34 0 0.14 268.38 0.51 0.72
Hex B5 92 DC 12 22 0 E 10C 33 48
Octal 265 222 334 22 42 0 16 414 63 110
Binary 10110101 10010010 11011100 10010 100010 0 1110 100001100 110011 1001000

Color Harmonies of #B592DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592DC

Black with #B592DC

Text Example


Text Example

White with #B592DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592DC; }

 p { color: rgb(181,146,220); }

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

background-color css

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

 a { background-color: rgb(181,146,220); }

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

border-color css

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

 span { border-color: rgb(181,146,220); }

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