Html Css Color HEX #B58FEE Biloba Flower

📋 copy color: '#B58FEE'

red 181 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #B58FEE

Tints of Biloba Flower #B58FEE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.44%

 BLUE value IS 238 (93.36% from 255) = 42.35%

R = 32.21%
G = 25.44%
B = 42.35%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B58FEE (or 0xB58FEE) is known color: Biloba Flower. HEX triplet: B5, 8F and EE. RGB value is (181,143,238). Sum of RGB (Red+Green+Blue) = 181+143+238=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #B58FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58FEE is #4A7011. Grayscale: #A4A4A4. Windows color (decimal): -4878354 or 15634357. OLE color: 15634357.

HSL color Cylindrical-coordinate representation of color #B58FEE: hue angle of 264º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B58FEE is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 143 238 -
CMYK 0.24 0.40 0 0.07
HSL 264º 0.74% 0.75% -
HSV(B) 264º 0.4% 0.93% -
XYZ 44.31 35.64 85.43 -
YUV 165.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 181 143 238 0.24 0.40 0 0.07 264 0.74 0.75
Hex B5 8F EE 18 28 0 7 108 4A 4B
Octal 265 217 356 30 50 0 7 410 112 113
Binary 10110101 10001111 11101110 11000 101000 0 111 100001000 1001010 1001011

Color Harmonies of #B58FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58FEE

Black with #B58FEE

Text Example


Text Example

White with #B58FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58FEE; }

 p { color: rgb(181,143,238); }

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

background-color css

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

 a { background-color: rgb(181,143,238); }

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

border-color css

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

 span { border-color: rgb(181,143,238); }

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