Html Css Color HEX #B28CE0 Biloba Flower

📋 copy color: '#B28CE0'

red 178 ◦ green 140 ◦ blue 224

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

Shades of Biloba Flower #B28CE0

Tints of Biloba Flower #B28CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 41.33%

R = 32.84%
G = 25.83%
B = 41.33%

CMYK

 C value IS 0.21

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B28CE0 (or 0xB28CE0) is known color: Biloba Flower. HEX triplet: B2, 8C and E0. RGB value is (178,140,224). Sum of RGB (Red+Green+Blue) = 178+140+224=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 140 (55.08% from 255 or 25.83% from 542); Blue value is 224 (87.89% from 255 or 41.33% from 542); Max value from RGB is 224 - color contains mainly: blue. Hex color #B28CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28CE0 is #4D731F. Grayscale: #A0A0A0. Windows color (decimal): -5075744 or 14716082. OLE color: 14716082.

HSL color Cylindrical-coordinate representation of color #B28CE0: hue angle of 267.14º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B28CE0 is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 140 224 -
CMYK 0.21 0.38 0 0.12
HSL 267.14º 0.58% 0.71% -
HSV(B) 267.14º 0.38% 0.88% -
XYZ 41.19 33.6 74.84 -
YUV 160.94 163.59 140.17 -
System Red Green Blue C M Y K H S L
Decimal 178 140 224 0.21 0.38 0 0.12 267.14 0.58 0.71
Hex B2 8C E0 15 26 0 C 10B 3A 47
Octal 262 214 340 25 46 0 14 413 72 107
Binary 10110010 10001100 11100000 10101 100110 0 1100 100001011 111010 1000111

Color Harmonies of #B28CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CE0

Black with #B28CE0

Text Example


Text Example

White with #B28CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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