Html Css Color HEX #B878E8 Biloba Flower

📋 copy color: '#B878E8'

red 184 ◦ green 120 ◦ blue 232

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

Shades of Biloba Flower #B878E8

Tints of Biloba Flower #B878E8

RGB

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

 GREEN value IS 120 (47.27% from 255) = 22.39%

 BLUE value IS 232 (91.02% from 255) = 43.28%

R = 34.33%
G = 22.39%
B = 43.28%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B878E8 (or 0xB878E8) is known color: Biloba Flower. HEX triplet: B8, 78 and E8. RGB value is (184,120,232). Sum of RGB (Red+Green+Blue) = 184+120+232=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 232 (91.02% from 255 or 43.28% from 536); Max value from RGB is 232 - color contains mainly: blue. Hex color #B878E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B878E8 is #478717. Grayscale: #979797. Windows color (decimal): -4687640 or 15235256. OLE color: 15235256.

HSL color Cylindrical-coordinate representation of color #B878E8: hue angle of 274.29º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B878E8 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 184 120 232 -
CMYK 0.21 0.48 0 0.09
HSL 274.29º 0.71% 0.69% -
HSV(B) 274.29º 0.48% 0.91% -
XYZ 41.05 29.45 79.86 -
YUV 151.9 173.2 150.89 -
System Red Green Blue C M Y K H S L
Decimal 184 120 232 0.21 0.48 0 0.09 274.29 0.71 0.69
Hex B8 78 E8 15 30 0 9 112 47 45
Octal 270 170 350 25 60 0 11 422 107 105
Binary 10111000 1111000 11101000 10101 110000 0 1001 100010010 1000111 1000101

Color Harmonies of #B878E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B878E8

Black with #B878E8

Text Example


Text Example

White with #B878E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B878E8; }

 p { color: rgb(184,120,232); }

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

background-color css

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

 a { background-color: rgb(184,120,232); }

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

border-color css

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

 span { border-color: rgb(184,120,232); }

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