Html Css Color HEX #B28CEE Biloba Flower

📋 copy color: '#B28CEE'

red 178 ◦ green 140 ◦ blue 238

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

Shades of Biloba Flower #B28CEE

Tints of Biloba Flower #B28CEE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.18%

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

R = 32.01%
G = 25.18%
B = 42.81%

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

#B28CEE (or 0xB28CEE) is known color: Biloba Flower. HEX triplet: B2, 8C and EE. RGB value is (178,140,238). Sum of RGB (Red+Green+Blue) = 178+140+238=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #B28CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CEE is #4D7311. Grayscale: #A2A2A2. Windows color (decimal): -5075730 or 15633586. OLE color: 15633586.

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

Color convert

RGB 178 140 238 -
CMYK 0.25 0.41 0 0.07
HSL 263.27º 0.74% 0.74% -
HSV(B) 263.27º 0.41% 0.93% -
XYZ 43.17 34.39 85.25 -
YUV 162.53 170.59 139.03 -
System Red Green Blue C M Y K H S L
Decimal 178 140 238 0.25 0.41 0 0.07 263.27 0.74 0.74
Hex B2 8C EE 19 29 0 7 107 4A 4A
Octal 262 214 356 31 51 0 7 407 112 112
Binary 10110010 10001100 11101110 11001 101001 0 111 100000111 1001010 1001010

Color Harmonies of #B28CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CEE

Black with #B28CEE

Text Example


Text Example

White with #B28CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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