Html Css Color HEX #B592DD Biloba Flower

📋 copy color: '#B592DD'

red 181 ◦ green 146 ◦ blue 221

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

Shades of Biloba Flower #B592DD

Tints of Biloba Flower #B592DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.33%

R = 33.03%
G = 26.64%
B = 40.33%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B592DD (or 0xB592DD) is known color: Biloba Flower. HEX triplet: B5, 92 and DD. RGB value is (181,146,221). Sum of RGB (Red+Green+Blue) = 181+146+221=548 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.03% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 221 (86.72% from 255 or 40.33% from 548); Max value from RGB is 221 - color contains mainly: blue. Hex color #B592DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592DD is #4A6D22. Grayscale: #A4A4A4. Windows color (decimal): -4877603 or 14521013. OLE color: 14521013.

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

Color convert

RGB 181 146 221 -
CMYK 0.18 0.34 0 0.13
HSL 268º 0.52% 0.72% -
HSV(B) 268º 0.34% 0.87% -
XYZ 42.39 35.6 73.04 -
YUV 165.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 181 146 221 0.18 0.34 0 0.13 268 0.52 0.72
Hex B5 92 DD 12 22 0 D 10C 34 48
Octal 265 222 335 22 42 0 15 414 64 110
Binary 10110101 10010010 11011101 10010 100010 0 1101 100001100 110100 1001000

Color Harmonies of #B592DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592DD

Black with #B592DD

Text Example


Text Example

White with #B592DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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