Html Css Color HEX #B58BFF Biloba Flower

📋 copy color: '#B58BFF'

red 181 ◦ green 139 ◦ blue 255

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

Shades of Biloba Flower #B58BFF

Tints of Biloba Flower #B58BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.35%

R = 31.48%
G = 24.17%
B = 44.35%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B58BFF (or 0xB58BFF) is known color: Biloba Flower. HEX triplet: B5, 8B and FF. RGB value is (181,139,255). Sum of RGB (Red+Green+Blue) = 181+139+255=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B58BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BFF is #4A7400. Grayscale: #A4A4A4. Windows color (decimal): -4879361 or 16747445. OLE color: 16747445.

HSL color Cylindrical-coordinate representation of color #B58BFF: hue angle of 261.72º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B58BFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 181 139 255 -
CMYK 0.29 0.45 0 0
HSL 261.72º 1% 0.77% -
HSV(B) 261.72º 0.45% 1% -
XYZ 46.34 35.51 99.02 -
YUV 164.78 178.91 139.57 -
System Red Green Blue C M Y K H S L
Decimal 181 139 255 0.29 0.45 0 0 261.72 1 0.77
Hex B5 8B FF 1D 2D 0 0 106 64 4D
Octal 265 213 377 35 55 0 0 406 144 115
Binary 10110101 10001011 11111111 11101 101101 0 0 100000110 1100100 1001101

Color Harmonies of #B58BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BFF

Black with #B58BFF

Text Example


Text Example

White with #B58BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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