Html Css Color HEX #B28FCE Biloba Flower

📋 copy color: '#B28FCE'

red 178 ◦ green 143 ◦ blue 206

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

Shades of Biloba Flower #B28FCE

Tints of Biloba Flower #B28FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 33.78%
G = 27.13%
B = 39.09%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B28FCE (or 0xB28FCE) is known color: Biloba Flower. HEX triplet: B2, 8F and CE. RGB value is (178,143,206). Sum of RGB (Red+Green+Blue) = 178+143+206=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #B28FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28FCE is #4D7031. Grayscale: #A0A0A0. Windows color (decimal): -5074994 or 13537202. OLE color: 13537202.

HSL color Cylindrical-coordinate representation of color #B28FCE: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B28FCE is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 143 206 -
CMYK 0.14 0.31 0 0.19
HSL 273.33º 0.39% 0.68% -
HSV(B) 273.33º 0.31% 0.81% -
XYZ 39.32 33.57 62.8 -
YUV 160.65 153.6 140.38 -
System Red Green Blue C M Y K H S L
Decimal 178 143 206 0.14 0.31 0 0.19 273.33 0.39 0.68
Hex B2 8F CE E 1F 0 13 111 27 44
Octal 262 217 316 16 37 0 23 421 47 104
Binary 10110010 10001111 11001110 1110 11111 0 10011 100010001 100111 1000100

Color Harmonies of #B28FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28FCE

Black with #B28FCE

Text Example


Text Example

White with #B28FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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