Html Css Color HEX #B594D7 Biloba Flower

📋 copy color: '#B594D7'

red 181 ◦ green 148 ◦ blue 215

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

Shades of Biloba Flower #B594D7

Tints of Biloba Flower #B594D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 33.27%
G = 27.21%
B = 39.52%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B594D7 (or 0xB594D7) is known color: Biloba Flower. HEX triplet: B5, 94 and D7. RGB value is (181,148,215). Sum of RGB (Red+Green+Blue) = 181+148+215=544 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.27% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #B594D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594D7 is #4A6B28. Grayscale: #A5A5A5. Windows color (decimal): -4877097 or 14128309. OLE color: 14128309.

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

Color convert

RGB 181 148 215 -
CMYK 0.16 0.31 0 0.16
HSL 269.55º 0.46% 0.71% -
HSV(B) 269.55º 0.31% 0.84% -
XYZ 41.91 35.91 69.01 -
YUV 165.51 155.93 139.05 -
System Red Green Blue C M Y K H S L
Decimal 181 148 215 0.16 0.31 0 0.16 269.55 0.46 0.71
Hex B5 94 D7 10 1F 0 10 10E 2E 47
Octal 265 224 327 20 37 0 20 416 56 107
Binary 10110101 10010100 11010111 10000 11111 0 10000 100001110 101110 1000111

Color Harmonies of #B594D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594D7

Black with #B594D7

Text Example


Text Example

White with #B594D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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