Html Css Color HEX #B28EDA Biloba Flower

📋 copy color: '#B28EDA'

red 178 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #B28EDA

Tints of Biloba Flower #B28EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.52%

R = 33.09%
G = 26.39%
B = 40.52%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B28EDA (or 0xB28EDA) is known color: Biloba Flower. HEX triplet: B2, 8E and DA. RGB value is (178,142,218). Sum of RGB (Red+Green+Blue) = 178+142+218=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B28EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28EDA is #4D7125. Grayscale: #A1A1A1. Windows color (decimal): -5075238 or 14323378. OLE color: 14323378.

HSL color Cylindrical-coordinate representation of color #B28EDA: hue angle of 268.42º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B28EDA is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 142 218 -
CMYK 0.18 0.35 0 0.15
HSL 268.42º 0.51% 0.71% -
HSV(B) 268.42º 0.35% 0.85% -
XYZ 40.69 33.87 70.72 -
YUV 161.43 159.93 139.82 -
System Red Green Blue C M Y K H S L
Decimal 178 142 218 0.18 0.35 0 0.15 268.42 0.51 0.71
Hex B2 8E DA 12 23 0 F 10C 33 47
Octal 262 216 332 22 43 0 17 414 63 107
Binary 10110010 10001110 11011010 10010 100011 0 1111 100001100 110011 1000111

Color Harmonies of #B28EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28EDA

Black with #B28EDA

Text Example


Text Example

White with #B28EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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