Html Css Color HEX #B28FDC Biloba Flower

📋 copy color: '#B28FDC'

red 178 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #B28FDC

Tints of Biloba Flower #B28FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.43%

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

R = 32.9%
G = 26.43%
B = 40.67%

CMYK

 C value IS 0.19

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B28FDC (or 0xB28FDC) is known color: Biloba Flower. HEX triplet: B2, 8F and DC. RGB value is (178,143,220). Sum of RGB (Red+Green+Blue) = 178+143+220=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 143 (56.25% from 255 or 26.43% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #B28FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FDC is #4D7023. Grayscale: #A1A1A1. Windows color (decimal): -5074980 or 14454706. OLE color: 14454706.

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

Color convert

RGB 178 143 220 -
CMYK 0.19 0.35 0 0.14
HSL 267.27º 0.52% 0.71% -
HSV(B) 267.27º 0.35% 0.86% -
XYZ 41.1 34.28 72.16 -
YUV 162.24 160.6 139.24 -
System Red Green Blue C M Y K H S L
Decimal 178 143 220 0.19 0.35 0 0.14 267.27 0.52 0.71
Hex B2 8F DC 13 23 0 E 10B 34 47
Octal 262 217 334 23 43 0 16 413 64 107
Binary 10110010 10001111 11011100 10011 100011 0 1110 100001011 110100 1000111

Color Harmonies of #B28FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FDC

Black with #B28FDC

Text Example


Text Example

White with #B28FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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