Html Css Color HEX #B28ECF Biloba Flower

📋 copy color: '#B28ECF'

red 178 ◦ green 142 ◦ blue 207

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

Shades of Biloba Flower #B28ECF

Tints of Biloba Flower #B28ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.94%

 BLUE value IS 207 (81.25% from 255) = 39.28%

R = 33.78%
G = 26.94%
B = 39.28%

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

#B28ECF (or 0xB28ECF) is known color: Biloba Flower. HEX triplet: B2, 8E and CF. RGB value is (178,142,207). Sum of RGB (Red+Green+Blue) = 178+142+207=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 142 (55.86% from 255 or 26.94% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 207 - color contains mainly: blue. Hex color #B28ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28ECF is #4D7130. Grayscale: #9F9F9F. Windows color (decimal): -5075249 or 13602482. OLE color: 13602482.

HSL color Cylindrical-coordinate representation of color #B28ECF: hue angle of 273.23º degrees, saturation: 0.4, 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 #B28ECF is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 142 207 -
CMYK 0.14 0.31 0 0.19
HSL 273.23º 0.4% 0.68% -
HSV(B) 273.23º 0.31% 0.81% -
XYZ 39.3 33.32 63.39 -
YUV 160.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 178 142 207 0.14 0.31 0 0.19 273.23 0.4 0.68
Hex B2 8E CF E 1F 0 13 111 28 44
Octal 262 216 317 16 37 0 23 421 50 104
Binary 10110010 10001110 11001111 1110 11111 0 10011 100010001 101000 1000100

Color Harmonies of #B28ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28ECF

Black with #B28ECF

Text Example


Text Example

White with #B28ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28ECF; }

 p { color: rgb(178,142,207); }

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

background-color css

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

 a { background-color: rgb(178,142,207); }

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

border-color css

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

 span { border-color: rgb(178,142,207); }

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