Html Css Color HEX #B28CDC Biloba Flower

📋 copy color: '#B28CDC'

red 178 ◦ green 140 ◦ blue 220

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

Shades of Biloba Flower #B28CDC

Tints of Biloba Flower #B28CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.89%

R = 33.09%
G = 26.02%
B = 40.89%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B28CDC (or 0xB28CDC) is known color: Biloba Flower. HEX triplet: B2, 8C and DC. RGB value is (178,140,220). Sum of RGB (Red+Green+Blue) = 178+140+220=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 140 (55.08% from 255 or 26.02% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #B28CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CDC is #4D7323. Grayscale: #A0A0A0. Windows color (decimal): -5075748 or 14453938. OLE color: 14453938.

HSL color Cylindrical-coordinate representation of color #B28CDC: hue angle of 268.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B28CDC is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 140 220 -
CMYK 0.19 0.36 0 0.14
HSL 268.5º 0.53% 0.71% -
HSV(B) 268.5º 0.36% 0.86% -
XYZ 40.66 33.39 72.01 -
YUV 160.48 161.59 140.5 -
System Red Green Blue C M Y K H S L
Decimal 178 140 220 0.19 0.36 0 0.14 268.5 0.53 0.71
Hex B2 8C DC 13 24 0 E 10C 35 47
Octal 262 214 334 23 44 0 16 414 65 107
Binary 10110010 10001100 11011100 10011 100100 0 1110 100001100 110101 1000111

Color Harmonies of #B28CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CDC

Black with #B28CDC

Text Example


Text Example

White with #B28CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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