Html Css Color HEX #B38FEE Biloba Flower

📋 copy color: '#B38FEE'

red 179 ◦ green 143 ◦ blue 238

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

Shades of Biloba Flower #B38FEE

Tints of Biloba Flower #B38FEE

RGB

 RED value IS 179 (70.31% from 255) = 31.96%

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

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

R = 31.96%
G = 25.54%
B = 42.5%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B38FEE (or 0xB38FEE) is known color: Biloba Flower. HEX triplet: B3, 8F and EE. RGB value is (179,143,238). Sum of RGB (Red+Green+Blue) = 179+143+238=560 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.96% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #B38FEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FEE is #4C7011. Grayscale: #A4A4A4. Windows color (decimal): -5009426 or 15634355. OLE color: 15634355.

HSL color Cylindrical-coordinate representation of color #B38FEE: hue angle of 262.74º 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 #B38FEE is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 143 238 -
CMYK 0.25 0.40 0 0.07
HSL 262.74º 0.74% 0.75% -
HSV(B) 262.74º 0.4% 0.93% -
XYZ 43.85 35.4 85.41 -
YUV 164.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 179 143 238 0.25 0.40 0 0.07 262.74 0.74 0.75
Hex B3 8F EE 19 28 0 7 107 4A 4B
Octal 263 217 356 31 50 0 7 407 112 113
Binary 10110011 10001111 11101110 11001 101000 0 111 100000111 1001010 1001011

Color Harmonies of #B38FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FEE

Black with #B38FEE

Text Example


Text Example

White with #B38FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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