Html Css Color HEX #B280ED Biloba Flower

📋 copy color: '#B280ED'

red 178 ◦ green 128 ◦ blue 237

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

Shades of Biloba Flower #B280ED

Tints of Biloba Flower #B280ED

RGB

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

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

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

R = 32.78%
G = 23.57%
B = 43.65%

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

#B280ED (or 0xB280ED) is known color: Biloba Flower. HEX triplet: B2, 80 and ED. RGB value is (178,128,237). Sum of RGB (Red+Green+Blue) = 178+128+237=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #B280ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B280ED is #4D7F12. Grayscale: #9A9A9A. Windows color (decimal): -5078803 or 15564978. OLE color: 15564978.

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

Color convert

RGB 178 128 237 -
CMYK 0.25 0.46 0 0.07
HSL 267.52º 0.75% 0.72% -
HSV(B) 267.52º 0.46% 0.93% -
XYZ 41.37 31.02 83.93 -
YUV 155.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 178 128 237 0.25 0.46 0 0.07 267.52 0.75 0.72
Hex B2 80 ED 19 2E 0 7 10C 4B 48
Octal 262 200 355 31 56 0 7 414 113 110
Binary 10110010 10000000 11101101 11001 101110 0 111 100001100 1001011 1001000

Color Harmonies of #B280ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B280ED

Black with #B280ED

Text Example


Text Example

White with #B280ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B280ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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