Html Css Color HEX #B38DF5 Biloba Flower

📋 copy color: '#B38DF5'

red 179 ◦ green 141 ◦ blue 245

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

Shades of Biloba Flower #B38DF5

Tints of Biloba Flower #B38DF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.36%

R = 31.68%
G = 24.96%
B = 43.36%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B38DF5 (or 0xB38DF5) is known color: Biloba Flower. HEX triplet: B3, 8D and F5. RGB value is (179,141,245). Sum of RGB (Red+Green+Blue) = 179+141+245=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 245 - color contains mainly: blue. Hex color #B38DF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DF5 is #4C720A. Grayscale: #A3A3A3. Windows color (decimal): -5009931 or 16092595. OLE color: 16092595.

HSL color Cylindrical-coordinate representation of color #B38DF5: hue angle of 261.92º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38DF5 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 141 245 -
CMYK 0.27 0.42 0 0.04
HSL 261.92º 0.84% 0.76% -
HSV(B) 261.92º 0.42% 0.96% -
XYZ 44.6 35.23 90.84 -
YUV 164.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 179 141 245 0.27 0.42 0 0.04 261.92 0.84 0.76
Hex B3 8D F5 1B 2A 0 4 106 54 4C
Octal 263 215 365 33 52 0 4 406 124 114
Binary 10110011 10001101 11110101 11011 101010 0 100 100000110 1010100 1001100

Color Harmonies of #B38DF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DF5

Black with #B38DF5

Text Example


Text Example

White with #B38DF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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