Html Css Color HEX #B594CE Biloba Flower

📋 copy color: '#B594CE'

red 181 ◦ green 148 ◦ blue 206

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

Shades of Biloba Flower #B594CE

Tints of Biloba Flower #B594CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.66%

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

R = 33.83%
G = 27.66%
B = 38.5%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B594CE (or 0xB594CE) is known color: Biloba Flower. HEX triplet: B5, 94 and CE. RGB value is (181,148,206). Sum of RGB (Red+Green+Blue) = 181+148+206=535 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.83% from 535); Green value is 148 (58.20% from 255 or 27.66% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B594CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594CE is #4A6B31. Grayscale: #A4A4A4. Windows color (decimal): -4877106 or 13538485. OLE color: 13538485.

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

Color convert

RGB 181 148 206 -
CMYK 0.12 0.28 0 0.19
HSL 274.14º 0.37% 0.69% -
HSV(B) 274.14º 0.28% 0.81% -
XYZ 40.79 35.46 63.09 -
YUV 164.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 181 148 206 0.12 0.28 0 0.19 274.14 0.37 0.69
Hex B5 94 CE C 1C 0 13 112 25 45
Octal 265 224 316 14 34 0 23 422 45 105
Binary 10110101 10010100 11001110 1100 11100 0 10011 100010010 100101 1000101

Color Harmonies of #B594CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594CE

Black with #B594CE

Text Example


Text Example

White with #B594CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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