Html Css Color HEX #B28CDA Biloba Flower

📋 copy color: '#B28CDA'

red 178 ◦ green 140 ◦ blue 218

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

Shades of Biloba Flower #B28CDA

Tints of Biloba Flower #B28CDA

RGB

 RED value IS 178 (69.92% from 255) = 33.21%

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

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

R = 33.21%
G = 26.12%
B = 40.67%

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

#B28CDA (or 0xB28CDA) is known color: Biloba Flower. HEX triplet: B2, 8C and DA. RGB value is (178,140,218). Sum of RGB (Red+Green+Blue) = 178+140+218=536 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.21% from 536); Green value is 140 (55.08% from 255 or 26.12% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #B28CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CDA is #4D7325. Grayscale: #9F9F9F. Windows color (decimal): -5075750 or 14322866. OLE color: 14322866.

HSL color Cylindrical-coordinate representation of color #B28CDA: hue angle of 269.23º 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 #B28CDA is Cyan = 0.18, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 140 218 -
CMYK 0.18 0.36 0 0.15
HSL 269.23º 0.51% 0.7% -
HSV(B) 269.23º 0.36% 0.85% -
XYZ 40.39 33.28 70.63 -
YUV 160.25 160.59 140.66 -
System Red Green Blue C M Y K H S L
Decimal 178 140 218 0.18 0.36 0 0.15 269.23 0.51 0.7
Hex B2 8C DA 12 24 0 F 10D 33 46
Octal 262 214 332 22 44 0 17 415 63 106
Binary 10110010 10001100 11011010 10010 100100 0 1111 100001101 110011 1000110

Color Harmonies of #B28CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CDA

Black with #B28CDA

Text Example


Text Example

White with #B28CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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