Html Css Color HEX #B38DF3 Biloba Flower

📋 copy color: '#B38DF3'

red 179 ◦ green 141 ◦ blue 243

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

Shades of Biloba Flower #B38DF3

Tints of Biloba Flower #B38DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 43.16%

R = 31.79%
G = 25.04%
B = 43.16%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B38DF3 (or 0xB38DF3) is known color: Biloba Flower. HEX triplet: B3, 8D and F3. RGB value is (179,141,243). Sum of RGB (Red+Green+Blue) = 179+141+243=563 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.79% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 243 (95.31% from 255 or 43.16% from 563); Max value from RGB is 243 - color contains mainly: blue. Hex color #B38DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DF3 is #4C720C. Grayscale: #A3A3A3. Windows color (decimal): -5009933 or 15961523. OLE color: 15961523.

HSL color Cylindrical-coordinate representation of color #B38DF3: hue angle of 262.35º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38DF3 is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 179 141 243 -
CMYK 0.26 0.42 0 0.05
HSL 262.35º 0.81% 0.75% -
HSV(B) 262.35º 0.42% 0.95% -
XYZ 44.29 35.1 89.24 -
YUV 163.99 172.59 138.71 -
System Red Green Blue C M Y K H S L
Decimal 179 141 243 0.26 0.42 0 0.05 262.35 0.81 0.75
Hex B3 8D F3 1A 2A 0 5 106 51 4B
Octal 263 215 363 32 52 0 5 406 121 113
Binary 10110011 10001101 11110011 11010 101010 0 101 100000110 1010001 1001011

Color Harmonies of #B38DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DF3

Black with #B38DF3

Text Example


Text Example

White with #B38DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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