Html Css Color HEX #B58DFB Biloba Flower

📋 copy color: '#B58DFB'

red 181 ◦ green 141 ◦ blue 251

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

Shades of Biloba Flower #B58DFB

Tints of Biloba Flower #B58DFB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.61%

 BLUE value IS 251 (98.44% from 255) = 43.8%

R = 31.59%
G = 24.61%
B = 43.8%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B58DFB (or 0xB58DFB) is known color: Biloba Flower. HEX triplet: B5, 8D and FB. RGB value is (181,141,251). Sum of RGB (Red+Green+Blue) = 181+141+251=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 141 (55.47% from 255 or 24.61% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B58DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DFB is #4A7204. Grayscale: #A5A5A5. Windows color (decimal): -4878853 or 16485813. OLE color: 16485813.

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

Color convert

RGB 181 141 251 -
CMYK 0.28 0.44 0 0.02
HSL 261.82º 0.93% 0.77% -
HSV(B) 261.82º 0.44% 0.98% -
XYZ 45.99 35.84 95.76 -
YUV 165.5 176.25 139.06 -
System Red Green Blue C M Y K H S L
Decimal 181 141 251 0.28 0.44 0 0.02 261.82 0.93 0.77
Hex B5 8D FB 1C 2C 0 2 106 5D 4D
Octal 265 215 373 34 54 0 2 406 135 115
Binary 10110101 10001101 11111011 11100 101100 0 10 100000110 1011101 1001101

Color Harmonies of #B58DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DFB

Black with #B58DFB

Text Example


Text Example

White with #B58DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DFB; }

 p { color: rgb(181,141,251); }

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

background-color css

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

 a { background-color: rgb(181,141,251); }

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

border-color css

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

 span { border-color: rgb(181,141,251); }

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