Html Css Color HEX #B594E0 Biloba Flower

📋 copy color: '#B594E0'

red 181 ◦ green 148 ◦ blue 224

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

Shades of Biloba Flower #B594E0

Tints of Biloba Flower #B594E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 32.73%
G = 26.76%
B = 40.51%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B594E0 (or 0xB594E0) is known color: Biloba Flower. HEX triplet: B5, 94 and E0. RGB value is (181,148,224). Sum of RGB (Red+Green+Blue) = 181+148+224=553 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.73% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #B594E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594E0 is #4A6B1F. Grayscale: #A6A6A6. Windows color (decimal): -4877088 or 14718133. OLE color: 14718133.

HSL color Cylindrical-coordinate representation of color #B594E0: hue angle of 266.05º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B594E0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 148 224 -
CMYK 0.19 0.34 0 0.12
HSL 266.05º 0.55% 0.73% -
HSV(B) 266.05º 0.34% 0.88% -
XYZ 43.1 36.39 75.27 -
YUV 166.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 181 148 224 0.19 0.34 0 0.12 266.05 0.55 0.73
Hex B5 94 E0 13 22 0 C 10A 37 49
Octal 265 224 340 23 42 0 14 412 67 111
Binary 10110101 10010100 11100000 10011 100010 0 1100 100001010 110111 1001001

Color Harmonies of #B594E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594E0

Black with #B594E0

Text Example


Text Example

White with #B594E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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