Html Css Color HEX #B280EC Biloba Flower

📋 copy color: '#B280EC'

red 178 ◦ green 128 ◦ blue 236

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

Shades of Biloba Flower #B280EC

Tints of Biloba Flower #B280EC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.62%

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 32.84%
G = 23.62%
B = 43.54%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B280EC (or 0xB280EC) is known color: Biloba Flower. HEX triplet: B2, 80 and EC. RGB value is (178,128,236). Sum of RGB (Red+Green+Blue) = 178+128+236=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 128 (50.39% from 255 or 23.62% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #B280EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280EC is #4D7F13. Grayscale: #9A9A9A. Windows color (decimal): -5078804 or 15499442. OLE color: 15499442.

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

Color convert

RGB 178 128 236 -
CMYK 0.25 0.46 0 0.07
HSL 267.78º 0.74% 0.71% -
HSV(B) 267.78º 0.46% 0.93% -
XYZ 41.22 30.96 83.16 -
YUV 155.26 173.57 144.22 -
System Red Green Blue C M Y K H S L
Decimal 178 128 236 0.25 0.46 0 0.07 267.78 0.74 0.71
Hex B2 80 EC 19 2E 0 7 10C 4A 47
Octal 262 200 354 31 56 0 7 414 112 107
Binary 10110010 10000000 11101100 11001 101110 0 111 100001100 1001010 1000111

Color Harmonies of #B280EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B280EC

Black with #B280EC

Text Example


Text Example

White with #B280EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B280EC; }

 p { color: rgb(178,128,236); }

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

background-color css

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

 a { background-color: rgb(178,128,236); }

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

border-color css

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

 span { border-color: rgb(178,128,236); }

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