Html Css Color HEX #B38DFA Biloba Flower

📋 copy color: '#B38DFA'

red 179 ◦ green 141 ◦ blue 250

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

Shades of Biloba Flower #B38DFA

Tints of Biloba Flower #B38DFA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.74%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 31.4%
G = 24.74%
B = 43.86%

CMYK

 C value IS 0.28

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B38DFA (or 0xB38DFA) is known color: Biloba Flower. HEX triplet: B3, 8D and FA. RGB value is (179,141,250). Sum of RGB (Red+Green+Blue) = 179+141+250=570 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.40% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #B38DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DFA is #4C7205. Grayscale: #A4A4A4. Windows color (decimal): -5009926 or 16420275. OLE color: 16420275.

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

Color convert

RGB 179 141 250 -
CMYK 0.28 0.44 0 0.02
HSL 260.92º 0.92% 0.77% -
HSV(B) 260.92º 0.44% 0.98% -
XYZ 45.37 35.54 94.91 -
YUV 164.79 176.09 138.14 -
System Red Green Blue C M Y K H S L
Decimal 179 141 250 0.28 0.44 0 0.02 260.92 0.92 0.77
Hex B3 8D FA 1C 2C 0 2 105 5C 4D
Octal 263 215 372 34 54 0 2 405 134 115
Binary 10110011 10001101 11111010 11100 101100 0 10 100000101 1011100 1001101

Color Harmonies of #B38DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DFA

Black with #B38DFA

Text Example


Text Example

White with #B38DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DFA; }

 p { color: rgb(179,141,250); }

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

background-color css

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

 a { background-color: rgb(179,141,250); }

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

border-color css

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

 span { border-color: rgb(179,141,250); }

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