Html Css Color HEX #B58DFE Biloba Flower

📋 copy color: '#B58DFE'

red 181 ◦ green 141 ◦ blue 254

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

Shades of Biloba Flower #B58DFE

Tints of Biloba Flower #B58DFE

RGB

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

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

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

R = 31.42%
G = 24.48%
B = 44.1%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B58DFE (or 0xB58DFE) is known color: Biloba Flower. HEX triplet: B5, 8D and FE. RGB value is (181,141,254). Sum of RGB (Red+Green+Blue) = 181+141+254=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 141 (55.47% from 255 or 24.48% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #B58DFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58DFE is #4A7201. Grayscale: #A5A5A5. Windows color (decimal): -4878850 or 16682421. OLE color: 16682421.

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

Color convert

RGB 181 141 254 -
CMYK 0.29 0.44 0 0.00
HSL 261.24º 0.98% 0.77% -
HSV(B) 261.24º 0.44% 1% -
XYZ 46.47 36.03 98.27 -
YUV 165.84 177.75 138.81 -
System Red Green Blue C M Y K H S L
Decimal 181 141 254 0.29 0.44 0 0.00 261.24 0.98 0.77
Hex B5 8D FE 1D 2C 0 0 105 62 4D
Octal 265 215 376 35 54 0 0 405 142 115
Binary 10110101 10001101 11111110 11101 101100 0 0 100000101 1100010 1001101

Color Harmonies of #B58DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58DFE

Black with #B58DFE

Text Example


Text Example

White with #B58DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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