Html Css Color HEX #B38FFF Biloba Flower

📋 copy color: '#B38FFF'

red 179 ◦ green 143 ◦ blue 255

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

Shades of Biloba Flower #B38FFF

Tints of Biloba Flower #B38FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.19%

R = 31.02%
G = 24.78%
B = 44.19%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B38FFF (or 0xB38FFF) is known color: Biloba Flower. HEX triplet: B3, 8F and FF. RGB value is (179,143,255). Sum of RGB (Red+Green+Blue) = 179+143+255=577 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.02% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38FFF is #4C7000. Grayscale: #A6A6A6. Windows color (decimal): -5009409 or 16748467. OLE color: 16748467.

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

Color convert

RGB 179 143 255 -
CMYK 0.30 0.44 0 0
HSL 259.29º 1% 0.78% -
HSV(B) 259.29º 0.44% 1% -
XYZ 46.46 36.45 99.19 -
YUV 166.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 179 143 255 0.30 0.44 0 0 259.29 1 0.78
Hex B3 8F FF 1E 2C 0 0 103 64 4E
Octal 263 217 377 36 54 0 0 403 144 116
Binary 10110011 10001111 11111111 11110 101100 0 0 100000011 1100100 1001110

Color Harmonies of #B38FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FFF

Black with #B38FFF

Text Example


Text Example

White with #B38FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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