Html Css Color HEX #B38EFB Biloba Flower

📋 copy color: '#B38EFB'

red 179 ◦ green 142 ◦ blue 251

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

Shades of Biloba Flower #B38EFB

Tints of Biloba Flower #B38EFB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.83%

 BLUE value IS 251 (98.44% from 255) = 43.88%

R = 31.29%
G = 24.83%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B38EFB (or 0xB38EFB) is known color: Biloba Flower. HEX triplet: B3, 8E and FB. RGB value is (179,142,251). Sum of RGB (Red+Green+Blue) = 179+142+251=572 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.29% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #B38EFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38EFB is #4C7104. Grayscale: #A5A5A5. Windows color (decimal): -5009669 or 16486067. OLE color: 16486067.

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

Color convert

RGB 179 142 251 -
CMYK 0.29 0.43 0 0.02
HSL 260.37º 0.93% 0.77% -
HSV(B) 260.37º 0.43% 0.98% -
XYZ 45.68 35.89 95.79 -
YUV 165.49 176.26 137.64 -
System Red Green Blue C M Y K H S L
Decimal 179 142 251 0.29 0.43 0 0.02 260.37 0.93 0.77
Hex B3 8E FB 1D 2B 0 2 104 5D 4D
Octal 263 216 373 35 53 0 2 404 135 115
Binary 10110011 10001110 11111011 11101 101011 0 10 100000100 1011101 1001101

Color Harmonies of #B38EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38EFB

Black with #B38EFB

Text Example


Text Example

White with #B38EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38EFB; }

 p { color: rgb(179,142,251); }

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

background-color css

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

 a { background-color: rgb(179,142,251); }

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

border-color css

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

 span { border-color: rgb(179,142,251); }

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