Html Css Color HEX #B880EE Biloba Flower

📋 copy color: '#B880EE'

red 184 ◦ green 128 ◦ blue 238

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

Shades of Biloba Flower #B880EE

Tints of Biloba Flower #B880EE

RGB

 RED value IS 184 (72.27% from 255) = 33.45%

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

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

R = 33.45%
G = 23.27%
B = 43.27%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B880EE (or 0xB880EE) is known color: Biloba Flower. HEX triplet: B8, 80 and EE. RGB value is (184,128,238). Sum of RGB (Red+Green+Blue) = 184+128+238=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #B880EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880EE is #477F11. Grayscale: #9C9C9C. Windows color (decimal): -4685586 or 15630520. OLE color: 15630520.

HSL color Cylindrical-coordinate representation of color #B880EE: hue angle of 270.55º degrees, saturation: 0.76, 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 #B880EE is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 128 238 -
CMYK 0.23 0.46 0 0.07
HSL 270.55º 0.76% 0.72% -
HSV(B) 270.55º 0.46% 0.93% -
XYZ 42.92 31.8 84.77 -
YUV 157.28 173.55 147.06 -
System Red Green Blue C M Y K H S L
Decimal 184 128 238 0.23 0.46 0 0.07 270.55 0.76 0.72
Hex B8 80 EE 17 2E 0 7 10F 4C 48
Octal 270 200 356 27 56 0 7 417 114 110
Binary 10111000 10000000 11101110 10111 101110 0 111 100001111 1001100 1001000

Color Harmonies of #B880EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880EE

Black with #B880EE

Text Example


Text Example

White with #B880EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880EE; }

 p { color: rgb(184,128,238); }

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

background-color css

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

 a { background-color: rgb(184,128,238); }

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

border-color css

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

 span { border-color: rgb(184,128,238); }

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