Html Css Color HEX #B58BFE Biloba Flower

📋 copy color: '#B58BFE'

red 181 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #B58BFE

Tints of Biloba Flower #B58BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.25%

R = 31.53%
G = 24.22%
B = 44.25%

CMYK

 C value IS 0.29

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B58BFE (or 0xB58BFE) is known color: Biloba Flower. HEX triplet: B5, 8B and FE. RGB value is (181,139,254). Sum of RGB (Red+Green+Blue) = 181+139+254=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 139 (54.69% from 255 or 24.22% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #B58BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58BFE is #4A7401. Grayscale: #A4A4A4. Windows color (decimal): -4879362 or 16681909. OLE color: 16681909.

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

Color convert

RGB 181 139 254 -
CMYK 0.29 0.45 0 0.00
HSL 261.91º 0.98% 0.77% -
HSV(B) 261.91º 0.45% 1% -
XYZ 46.18 35.44 98.17 -
YUV 164.67 178.41 139.65 -
System Red Green Blue C M Y K H S L
Decimal 181 139 254 0.29 0.45 0 0.00 261.91 0.98 0.77
Hex B5 8B FE 1D 2D 0 0 106 62 4D
Octal 265 213 376 35 55 0 0 406 142 115
Binary 10110101 10001011 11111110 11101 101101 0 0 100000110 1100010 1001101

Color Harmonies of #B58BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58BFE

Black with #B58BFE

Text Example


Text Example

White with #B58BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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