Html Css Color HEX #B28BED Biloba Flower

📋 copy color: '#B28BED'

red 178 ◦ green 139 ◦ blue 237

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

Shades of Biloba Flower #B28BED

Tints of Biloba Flower #B28BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.78%

R = 32.13%
G = 25.09%
B = 42.78%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B28BED (or 0xB28BED) is known color: Biloba Flower. HEX triplet: B2, 8B and ED. RGB value is (178,139,237). Sum of RGB (Red+Green+Blue) = 178+139+237=554 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.13% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #B28BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28BED is #4D7412. Grayscale: #A1A1A1. Windows color (decimal): -5075987 or 15567794. OLE color: 15567794.

HSL color Cylindrical-coordinate representation of color #B28BED: hue angle of 263.88º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28BED is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 139 237 -
CMYK 0.25 0.41 0 0.07
HSL 263.88º 0.73% 0.74% -
HSV(B) 263.88º 0.41% 0.93% -
XYZ 42.88 34.04 84.43 -
YUV 161.83 170.42 139.53 -
System Red Green Blue C M Y K H S L
Decimal 178 139 237 0.25 0.41 0 0.07 263.88 0.73 0.74
Hex B2 8B ED 19 29 0 7 108 49 4A
Octal 262 213 355 31 51 0 7 410 111 112
Binary 10110010 10001011 11101101 11001 101001 0 111 100001000 1001001 1001010

Color Harmonies of #B28BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28BED

Black with #B28BED

Text Example


Text Example

White with #B28BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28BED; }

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

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

background-color css

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

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

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

border-color css

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

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

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