Html Css Color HEX #B58CFE Biloba Flower

📋 copy color: '#B58CFE'

red 181 ◦ green 140 ◦ blue 254

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

Shades of Biloba Flower #B58CFE

Tints of Biloba Flower #B58CFE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.35%

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

R = 31.48%
G = 24.35%
B = 44.17%

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

#B58CFE (or 0xB58CFE) is known color: Biloba Flower. HEX triplet: B5, 8C and FE. RGB value is (181,140,254). Sum of RGB (Red+Green+Blue) = 181+140+254=575 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.48% from 575); Green value is 140 (55.08% from 255 or 24.35% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #B58CFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58CFE is #4A7301. Grayscale: #A4A4A4. Windows color (decimal): -4879106 or 16682165. OLE color: 16682165.

HSL color Cylindrical-coordinate representation of color #B58CFE: hue angle of 261.58º 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 #B58CFE is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 140 254 -
CMYK 0.29 0.45 0 0.00
HSL 261.58º 0.98% 0.77% -
HSV(B) 261.58º 0.45% 1% -
XYZ 46.32 35.74 98.22 -
YUV 165.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 181 140 254 0.29 0.45 0 0.00 261.58 0.98 0.77
Hex B5 8C FE 1D 2D 0 0 106 62 4D
Octal 265 214 376 35 55 0 0 406 142 115
Binary 10110101 10001100 11111110 11101 101101 0 0 100000110 1100010 1001101

Color Harmonies of #B58CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58CFE

Black with #B58CFE

Text Example


Text Example

White with #B58CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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