Html Css Color HEX #B28BDF Biloba Flower

📋 copy color: '#B28BDF'

red 178 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #B28BDF

Tints of Biloba Flower #B28BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.74%

 BLUE value IS 223 (87.5% from 255) = 41.3%

R = 32.96%
G = 25.74%
B = 41.3%

CMYK

 C value IS 0.20

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B28BDF (or 0xB28BDF) is known color: Biloba Flower. HEX triplet: B2, 8B and DF. RGB value is (178,139,223). Sum of RGB (Red+Green+Blue) = 178+139+223=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #B28BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDF is #4D7420. Grayscale: #9F9F9F. Windows color (decimal): -5076001 or 14650290. OLE color: 14650290.

HSL color Cylindrical-coordinate representation of color #B28BDF: hue angle of 267.86º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28BDF is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 139 223 -
CMYK 0.20 0.38 0 0.13
HSL 267.86º 0.57% 0.71% -
HSV(B) 267.86º 0.38% 0.87% -
XYZ 40.91 33.26 74.08 -
YUV 160.24 163.42 140.67 -
System Red Green Blue C M Y K H S L
Decimal 178 139 223 0.20 0.38 0 0.13 267.86 0.57 0.71
Hex B2 8B DF 14 26 0 D 10C 39 47
Octal 262 213 337 24 46 0 15 414 71 107
Binary 10110010 10001011 11011111 10100 100110 0 1101 100001100 111001 1000111

Color Harmonies of #B28BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BDF

Black with #B28BDF

Text Example


Text Example

White with #B28BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BDF; }

 p { color: rgb(178,139,223); }

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

background-color css

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

 a { background-color: rgb(178,139,223); }

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

border-color css

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

 span { border-color: rgb(178,139,223); }

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