Html Css Color HEX #B594DA Biloba Flower

📋 copy color: '#B594DA'

red 181 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #B594DA

Tints of Biloba Flower #B594DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.85%

R = 33.09%
G = 27.06%
B = 39.85%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B594DA (or 0xB594DA) is known color: Biloba Flower. HEX triplet: B5, 94 and DA. RGB value is (181,148,218). Sum of RGB (Red+Green+Blue) = 181+148+218=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #B594DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594DA is #4A6B25. Grayscale: #A5A5A5. Windows color (decimal): -4877094 or 14324917. OLE color: 14324917.

HSL color Cylindrical-coordinate representation of color #B594DA: hue angle of 268.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B594DA is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 148 218 -
CMYK 0.17 0.32 0 0.15
HSL 268.29º 0.49% 0.72% -
HSV(B) 268.29º 0.32% 0.85% -
XYZ 42.3 36.07 71.06 -
YUV 165.85 157.43 138.81 -
System Red Green Blue C M Y K H S L
Decimal 181 148 218 0.17 0.32 0 0.15 268.29 0.49 0.72
Hex B5 94 DA 11 20 0 F 10C 31 48
Octal 265 224 332 21 40 0 17 414 61 110
Binary 10110101 10010100 11011010 10001 100000 0 1111 100001100 110001 1001000

Color Harmonies of #B594DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594DA

Black with #B594DA

Text Example


Text Example

White with #B594DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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