Html Css Color HEX #B594F9 Biloba Flower

📋 copy color: '#B594F9'

red 181 ◦ green 148 ◦ blue 249

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

Shades of Biloba Flower #B594F9

Tints of Biloba Flower #B594F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 43.08%

R = 31.31%
G = 25.61%
B = 43.08%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B594F9 (or 0xB594F9) is known color: Biloba Flower. HEX triplet: B5, 94 and F9. RGB value is (181,148,249). Sum of RGB (Red+Green+Blue) = 181+148+249=578 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.31% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #B594F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B594F9 is #4A6B06. Grayscale: #A9A9A9. Windows color (decimal): -4877063 or 16356533. OLE color: 16356533.

HSL color Cylindrical-coordinate representation of color #B594F9: hue angle of 259.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B594F9 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 148 249 -
CMYK 0.27 0.41 0 0.02
HSL 259.6º 0.89% 0.78% -
HSV(B) 259.6º 0.41% 0.98% -
XYZ 46.74 37.84 94.46 -
YUV 169.38 172.93 136.29 -
System Red Green Blue C M Y K H S L
Decimal 181 148 249 0.27 0.41 0 0.02 259.6 0.89 0.78
Hex B5 94 F9 1B 29 0 2 104 59 4E
Octal 265 224 371 33 51 0 2 404 131 116
Binary 10110101 10010100 11111001 11011 101001 0 10 100000100 1011001 1001110

Color Harmonies of #B594F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B594F9

Black with #B594F9

Text Example


Text Example

White with #B594F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B594F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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