Html Css Color HEX #B38BFF Biloba Flower

📋 copy color: '#B38BFF'

red 179 ◦ green 139 ◦ blue 255

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

Shades of Biloba Flower #B38BFF

Tints of Biloba Flower #B38BFF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.26%

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

R = 31.24%
G = 24.26%
B = 44.5%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B38BFF (or 0xB38BFF) is known color: Biloba Flower. HEX triplet: B3, 8B and FF. RGB value is (179,139,255). Sum of RGB (Red+Green+Blue) = 179+139+255=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38BFF is #4C7400. Grayscale: #A3A3A3. Windows color (decimal): -5010433 or 16747443. OLE color: 16747443.

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

Color convert

RGB 179 139 255 -
CMYK 0.30 0.45 0 0
HSL 260.69º 1% 0.77% -
HSV(B) 260.69º 0.45% 1% -
XYZ 45.87 35.27 99 -
YUV 164.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 179 139 255 0.30 0.45 0 0 260.69 1 0.77
Hex B3 8B FF 1E 2D 0 0 105 64 4D
Octal 263 213 377 36 55 0 0 405 144 115
Binary 10110011 10001011 11111111 11110 101101 0 0 100000101 1100100 1001101

Color Harmonies of #B38BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38BFF

Black with #B38BFF

Text Example


Text Example

White with #B38BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38BFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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