Html Css Color HEX #B38FDA Biloba Flower

📋 copy color: '#B38FDA'

red 179 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #B38FDA

Tints of Biloba Flower #B38FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.37%

R = 33.15%
G = 26.48%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B38FDA (or 0xB38FDA) is known color: Biloba Flower. HEX triplet: B3, 8F and DA. RGB value is (179,143,218). Sum of RGB (Red+Green+Blue) = 179+143+218=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #B38FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38FDA is #4C7025. Grayscale: #A2A2A2. Windows color (decimal): -5009446 or 14323635. OLE color: 14323635.

HSL color Cylindrical-coordinate representation of color #B38FDA: hue angle of 268.8º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B38FDA is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 143 218 -
CMYK 0.18 0.34 0 0.15
HSL 268.8º 0.5% 0.71% -
HSV(B) 268.8º 0.34% 0.85% -
XYZ 41.07 34.29 70.78 -
YUV 162.31 159.43 139.9 -
System Red Green Blue C M Y K H S L
Decimal 179 143 218 0.18 0.34 0 0.15 268.8 0.5 0.71
Hex B3 8F DA 12 22 0 F 10D 32 47
Octal 263 217 332 22 42 0 17 415 62 107
Binary 10110011 10001111 11011010 10010 100010 0 1111 100001101 110010 1000111

Color Harmonies of #B38FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38FDA

Black with #B38FDA

Text Example


Text Example

White with #B38FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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