Html Css Color HEX #B592D5 Biloba Flower

📋 copy color: '#B592D5'

red 181 ◦ green 146 ◦ blue 213

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

Shades of Biloba Flower #B592D5

Tints of Biloba Flower #B592D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 39.44%

R = 33.52%
G = 27.04%
B = 39.44%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B592D5 (or 0xB592D5) is known color: Biloba Flower. HEX triplet: B5, 92 and D5. RGB value is (181,146,213). Sum of RGB (Red+Green+Blue) = 181+146+213=540 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.52% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 213 - color contains mainly: blue. Hex color #B592D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592D5 is #4A6D2A. Grayscale: #A3A3A3. Windows color (decimal): -4877611 or 13996725. OLE color: 13996725.

HSL color Cylindrical-coordinate representation of color #B592D5: hue angle of 271.34º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B592D5 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 181 146 213 -
CMYK 0.15 0.31 0 0.16
HSL 271.34º 0.44% 0.7% -
HSV(B) 271.34º 0.31% 0.84% -
XYZ 41.35 35.19 67.56 -
YUV 164.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 181 146 213 0.15 0.31 0 0.16 271.34 0.44 0.7
Hex B5 92 D5 F 1F 0 10 10F 2C 46
Octal 265 222 325 17 37 0 20 417 54 106
Binary 10110101 10010010 11010101 1111 11111 0 10000 100001111 101100 1000110

Color Harmonies of #B592D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592D5

Black with #B592D5

Text Example


Text Example

White with #B592D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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