Html Css Color HEX #B594D4 Biloba Flower

📋 copy color: '#B594D4'

red 181 ◦ green 148 ◦ blue 212

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

Shades of Biloba Flower #B594D4

Tints of Biloba Flower #B594D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 39.19%

R = 33.46%
G = 27.36%
B = 39.19%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B594D4 (or 0xB594D4) is known color: Biloba Flower. HEX triplet: B5, 94 and D4. RGB value is (181,148,212). Sum of RGB (Red+Green+Blue) = 181+148+212=541 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.46% from 541); Green value is 148 (58.20% from 255 or 27.36% from 541); Blue value is 212 (83.20% from 255 or 39.19% from 541); Max value from RGB is 212 - color contains mainly: blue. Hex color #B594D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B594D4 is #4A6B2B. Grayscale: #A4A4A4. Windows color (decimal): -4877100 or 13931701. OLE color: 13931701.

HSL color Cylindrical-coordinate representation of color #B594D4: hue angle of 270.94º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B594D4 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 181 148 212 -
CMYK 0.15 0.30 0 0.17
HSL 270.94º 0.43% 0.71% -
HSV(B) 270.94º 0.3% 0.83% -
XYZ 41.53 35.76 67 -
YUV 165.16 154.43 139.3 -
System Red Green Blue C M Y K H S L
Decimal 181 148 212 0.15 0.30 0 0.17 270.94 0.43 0.71
Hex B5 94 D4 F 1E 0 11 10F 2B 47
Octal 265 224 324 17 36 0 21 417 53 107
Binary 10110101 10010100 11010100 1111 11110 0 10001 100001111 101011 1000111

Color Harmonies of #B594D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594D4

Black with #B594D4

Text Example


Text Example

White with #B594D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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