Html Css Color HEX #B38DEE Biloba Flower

📋 copy color: '#B38DEE'

red 179 ◦ green 141 ◦ blue 238

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

Shades of Biloba Flower #B38DEE

Tints of Biloba Flower #B38DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.65%

R = 32.08%
G = 25.27%
B = 42.65%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B38DEE (or 0xB38DEE) is known color: Biloba Flower. HEX triplet: B3, 8D and EE. RGB value is (179,141,238). Sum of RGB (Red+Green+Blue) = 179+141+238=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 238 (93.36% from 255 or 42.65% from 558); Max value from RGB is 238 - color contains mainly: blue. Hex color #B38DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DEE is #4C7211. Grayscale: #A3A3A3. Windows color (decimal): -5009938 or 15633843. OLE color: 15633843.

HSL color Cylindrical-coordinate representation of color #B38DEE: hue angle of 263.51º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38DEE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 141 238 -
CMYK 0.25 0.41 0 0.07
HSL 263.51º 0.74% 0.74% -
HSV(B) 263.51º 0.41% 0.93% -
XYZ 43.55 34.81 85.31 -
YUV 163.42 170.09 139.11 -
System Red Green Blue C M Y K H S L
Decimal 179 141 238 0.25 0.41 0 0.07 263.51 0.74 0.74
Hex B3 8D EE 19 29 0 7 108 4A 4A
Octal 263 215 356 31 51 0 7 410 112 112
Binary 10110011 10001101 11101110 11001 101001 0 111 100001000 1001010 1001010

Color Harmonies of #B38DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38DEE

Black with #B38DEE

Text Example


Text Example

White with #B38DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38DEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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