Html Css Color HEX #B28CEF Biloba Flower

📋 copy color: '#B28CEF'

red 178 ◦ green 140 ◦ blue 239

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

Shades of Biloba Flower #B28CEF

Tints of Biloba Flower #B28CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.91%

R = 31.96%
G = 25.13%
B = 42.91%

CMYK

 C value IS 0.26

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B28CEF (or 0xB28CEF) is known color: Biloba Flower. HEX triplet: B2, 8C and EF. RGB value is (178,140,239). Sum of RGB (Red+Green+Blue) = 178+140+239=557 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.96% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #B28CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B28CEF is #4D7310. Grayscale: #A2A2A2. Windows color (decimal): -5075729 or 15699122. OLE color: 15699122.

HSL color Cylindrical-coordinate representation of color #B28CEF: hue angle of 263.03º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B28CEF is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 140 239 -
CMYK 0.26 0.41 0 0.06
HSL 263.03º 0.76% 0.74% -
HSV(B) 263.03º 0.41% 0.94% -
XYZ 43.32 34.45 86.03 -
YUV 162.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 178 140 239 0.26 0.41 0 0.06 263.03 0.76 0.74
Hex B2 8C EF 1A 29 0 6 107 4C 4A
Octal 262 214 357 32 51 0 6 407 114 112
Binary 10110010 10001100 11101111 11010 101001 0 110 100000111 1001100 1001010

Color Harmonies of #B28CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28CEF

Black with #B28CEF

Text Example


Text Example

White with #B28CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28CEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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