Html Css Color HEX #B38CDA Biloba Flower

📋 copy color: '#B38CDA'

red 179 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B38CDA

Tints of Biloba Flower #B38CDA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.07%

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

R = 33.33%
G = 26.07%
B = 40.6%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B38CDA (or 0xB38CDA) is known color: Biloba Flower. HEX triplet: B3, 8C and DA. RGB value is (179,140,218). Sum of RGB (Red+Green+Blue) = 179+140+218=537 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.33% from 537); Green value is 140 (55.08% from 255 or 26.07% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #B38CDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B38CDA is #4C7325. Grayscale: #A0A0A0. Windows color (decimal): -5010214 or 14322867. OLE color: 14322867.

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

Color convert

RGB 179 140 218 -
CMYK 0.18 0.36 0 0.15
HSL 270º 0.51% 0.7% -
HSV(B) 270º 0.36% 0.85% -
XYZ 40.62 33.4 70.64 -
YUV 160.55 160.42 141.16 -
System Red Green Blue C M Y K H S L
Decimal 179 140 218 0.18 0.36 0 0.15 270 0.51 0.7
Hex B3 8C DA 12 24 0 F 10E 33 46
Octal 263 214 332 22 44 0 17 416 63 106
Binary 10110011 10001100 11011010 10010 100100 0 1111 100001110 110011 1000110

Color Harmonies of #B38CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38CDA

Black with #B38CDA

Text Example


Text Example

White with #B38CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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