Html Css Color HEX #B592D0 Biloba Flower

📋 copy color: '#B592D0'

red 181 ◦ green 146 ◦ blue 208

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

Shades of Biloba Flower #B592D0

Tints of Biloba Flower #B592D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.88%

R = 33.83%
G = 27.29%
B = 38.88%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B592D0 (or 0xB592D0) is known color: Biloba Flower. HEX triplet: B5, 92 and D0. RGB value is (181,146,208). Sum of RGB (Red+Green+Blue) = 181+146+208=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 146 (57.42% from 255 or 27.29% from 535); Blue value is 208 (81.64% from 255 or 38.88% from 535); Max value from RGB is 208 - color contains mainly: blue. Hex color #B592D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592D0 is #4A6D2F. Grayscale: #A3A3A3. Windows color (decimal): -4877616 or 13669045. OLE color: 13669045.

HSL color Cylindrical-coordinate representation of color #B592D0: hue angle of 273.87º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B592D0 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 146 208 -
CMYK 0.13 0.30 0 0.18
HSL 273.87º 0.4% 0.69% -
HSV(B) 273.87º 0.3% 0.82% -
XYZ 40.72 34.94 64.27 -
YUV 163.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 181 146 208 0.13 0.30 0 0.18 273.87 0.4 0.69
Hex B5 92 D0 D 1E 0 12 112 28 45
Octal 265 222 320 15 36 0 22 422 50 105
Binary 10110101 10010010 11010000 1101 11110 0 10010 100010010 101000 1000101

Color Harmonies of #B592D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592D0

Black with #B592D0

Text Example


Text Example

White with #B592D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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