Html Css Color HEX #B38CFF Biloba Flower

📋 copy color: '#B38CFF'

red 179 ◦ green 140 ◦ blue 255

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

Shades of Biloba Flower #B38CFF

Tints of Biloba Flower #B38CFF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.39%

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

R = 31.18%
G = 24.39%
B = 44.43%

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

#B38CFF (or 0xB38CFF) is known color: Biloba Flower. HEX triplet: B3, 8C and FF. RGB value is (179,140,255). Sum of RGB (Red+Green+Blue) = 179+140+255=574 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.18% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38CFF is #4C7300. Grayscale: #A4A4A4. Windows color (decimal): -5010177 or 16747699. OLE color: 16747699.

HSL color Cylindrical-coordinate representation of color #B38CFF: hue angle of 260.35º 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 #B38CFF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 140 255 -
CMYK 0.30 0.45 0 0
HSL 260.35º 1% 0.77% -
HSV(B) 260.35º 0.45% 1% -
XYZ 46.02 35.56 99.05 -
YUV 164.77 178.92 138.15 -
System Red Green Blue C M Y K H S L
Decimal 179 140 255 0.30 0.45 0 0 260.35 1 0.77
Hex B3 8C FF 1E 2D 0 0 104 64 4D
Octal 263 214 377 36 55 0 0 404 144 115
Binary 10110011 10001100 11111111 11110 101101 0 0 100000100 1100100 1001101

Color Harmonies of #B38CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CFF

Black with #B38CFF

Text Example


Text Example

White with #B38CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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