Html Css Color HEX #B594DC Biloba Flower

📋 copy color: '#B594DC'

red 181 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #B594DC

Tints of Biloba Flower #B594DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.07%

R = 32.97%
G = 26.96%
B = 40.07%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B594DC (or 0xB594DC) is known color: Biloba Flower. HEX triplet: B5, 94 and DC. RGB value is (181,148,220). Sum of RGB (Red+Green+Blue) = 181+148+220=549 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.97% from 549); Green value is 148 (58.20% from 255 or 26.96% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B594DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594DC is #4A6B23. Grayscale: #A5A5A5. Windows color (decimal): -4877092 or 14455989. OLE color: 14455989.

HSL color Cylindrical-coordinate representation of color #B594DC: hue angle of 267.5º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B594DC is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 148 220 -
CMYK 0.18 0.33 0 0.14
HSL 267.5º 0.51% 0.72% -
HSV(B) 267.5º 0.33% 0.86% -
XYZ 42.56 36.17 72.45 -
YUV 166.08 158.43 138.65 -
System Red Green Blue C M Y K H S L
Decimal 181 148 220 0.18 0.33 0 0.14 267.5 0.51 0.72
Hex B5 94 DC 12 21 0 E 10C 33 48
Octal 265 224 334 22 41 0 16 414 63 110
Binary 10110101 10010100 11011100 10010 100001 0 1110 100001100 110011 1001000

Color Harmonies of #B594DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594DC

Black with #B594DC

Text Example


Text Example

White with #B594DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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