Html Css Color HEX #B58BF9 Biloba Flower

📋 copy color: '#B58BF9'

red 181 ◦ green 139 ◦ blue 249

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

Shades of Biloba Flower #B58BF9

Tints of Biloba Flower #B58BF9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.43%

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

R = 31.81%
G = 24.43%
B = 43.76%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B58BF9 (or 0xB58BF9) is known color: Biloba Flower. HEX triplet: B5, 8B and F9. RGB value is (181,139,249). Sum of RGB (Red+Green+Blue) = 181+139+249=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 139 (54.69% from 255 or 24.43% from 569); Blue value is 249 (97.66% from 255 or 43.76% from 569); Max value from RGB is 249 - color contains mainly: blue. Hex color #B58BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BF9 is #4A7406. Grayscale: #A3A3A3. Windows color (decimal): -4879367 or 16354229. OLE color: 16354229.

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

Color convert

RGB 181 139 249 -
CMYK 0.27 0.44 0 0.02
HSL 262.91º 0.9% 0.76% -
HSV(B) 262.91º 0.44% 0.98% -
XYZ 45.39 35.13 94.01 -
YUV 164.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 181 139 249 0.27 0.44 0 0.02 262.91 0.9 0.76
Hex B5 8B F9 1B 2C 0 2 107 5A 4C
Octal 265 213 371 33 54 0 2 407 132 114
Binary 10110101 10001011 11111001 11011 101100 0 10 100000111 1011010 1001100

Color Harmonies of #B58BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BF9

Black with #B58BF9

Text Example


Text Example

White with #B58BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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