Html Css Color HEX #B28DEE Biloba Flower

📋 copy color: '#B28DEE'

red 178 ◦ green 141 ◦ blue 238

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

Shades of Biloba Flower #B28DEE

Tints of Biloba Flower #B28DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.31%

 BLUE value IS 238 (93.36% from 255) = 42.73%

R = 31.96%
G = 25.31%
B = 42.73%

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

#B28DEE (or 0xB28DEE) is known color: Biloba Flower. HEX triplet: B2, 8D and EE. RGB value is (178,141,238). Sum of RGB (Red+Green+Blue) = 178+141+238=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #B28DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28DEE is #4D7211. Grayscale: #A2A2A2. Windows color (decimal): -5075474 or 15633842. OLE color: 15633842.

HSL color Cylindrical-coordinate representation of color #B28DEE: hue angle of 262.89º degrees, saturation: 0.74, 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 #B28DEE is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 141 238 -
CMYK 0.25 0.41 0 0.07
HSL 262.89º 0.74% 0.74% -
HSV(B) 262.89º 0.41% 0.93% -
XYZ 43.32 34.69 85.3 -
YUV 163.12 170.26 138.61 -
System Red Green Blue C M Y K H S L
Decimal 178 141 238 0.25 0.41 0 0.07 262.89 0.74 0.74
Hex B2 8D EE 19 29 0 7 107 4A 4A
Octal 262 215 356 31 51 0 7 407 112 112
Binary 10110010 10001101 11101110 11001 101001 0 111 100000111 1001010 1001010

Color Harmonies of #B28DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28DEE

Black with #B28DEE

Text Example


Text Example

White with #B28DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28DEE; }

 p { color: rgb(178,141,238); }

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

background-color css

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

 a { background-color: rgb(178,141,238); }

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

border-color css

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

 span { border-color: rgb(178,141,238); }

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