Html Css Color HEX #B28BDA Biloba Flower

📋 copy color: '#B28BDA'

red 178 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #B28BDA

Tints of Biloba Flower #B28BDA

RGB

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

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

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

R = 33.27%
G = 25.98%
B = 40.75%

CMYK

 C value IS 0.18

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B28BDA (or 0xB28BDA) is known color: Biloba Flower. HEX triplet: B2, 8B and DA. RGB value is (178,139,218). Sum of RGB (Red+Green+Blue) = 178+139+218=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 139 (54.69% from 255 or 25.98% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #B28BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B28BDA is #4D7425. Grayscale: #9F9F9F. Windows color (decimal): -5076006 or 14322610. OLE color: 14322610.

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

Color convert

RGB 178 139 218 -
CMYK 0.18 0.36 0 0.15
HSL 269.62º 0.52% 0.7% -
HSV(B) 269.62º 0.36% 0.85% -
XYZ 40.25 32.99 70.58 -
YUV 159.67 160.92 141.08 -
System Red Green Blue C M Y K H S L
Decimal 178 139 218 0.18 0.36 0 0.15 269.62 0.52 0.7
Hex B2 8B DA 12 24 0 F 10E 34 46
Octal 262 213 332 22 44 0 17 416 64 106
Binary 10110010 10001011 11011010 10010 100100 0 1111 100001110 110100 1000110

Color Harmonies of #B28BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BDA

Black with #B28BDA

Text Example


Text Example

White with #B28BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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