Html Css Color HEX #B592CE Biloba Flower

📋 copy color: '#B592CE'

red 181 ◦ green 146 ◦ blue 206

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

Shades of Biloba Flower #B592CE

Tints of Biloba Flower #B592CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.65%

R = 33.96%
G = 27.39%
B = 38.65%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B592CE (or 0xB592CE) is known color: Biloba Flower. HEX triplet: B5, 92 and CE. RGB value is (181,146,206). Sum of RGB (Red+Green+Blue) = 181+146+206=533 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.96% from 533); Green value is 146 (57.42% from 255 or 27.39% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 206 - color contains mainly: blue. Hex color #B592CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B592CE is #4A6D31. Grayscale: #A3A3A3. Windows color (decimal): -4877618 or 13537973. OLE color: 13537973.

HSL color Cylindrical-coordinate representation of color #B592CE: hue angle of 275º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B592CE is Cyan = 0.12, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 146 206 -
CMYK 0.12 0.29 0 0.19
HSL 275º 0.38% 0.69% -
HSV(B) 275º 0.29% 0.81% -
XYZ 40.48 34.84 62.98 -
YUV 163.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 181 146 206 0.12 0.29 0 0.19 275 0.38 0.69
Hex B5 92 CE C 1D 0 13 113 26 45
Octal 265 222 316 14 35 0 23 423 46 105
Binary 10110101 10010010 11001110 1100 11101 0 10011 100010011 100110 1000101

Color Harmonies of #B592CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B592CE

Black with #B592CE

Text Example


Text Example

White with #B592CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B592CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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