Html Css Color HEX #B882FB Biloba Flower

📋 copy color: '#B882FB'

red 184 ◦ green 130 ◦ blue 251

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

Shades of Biloba Flower #B882FB

Tints of Biloba Flower #B882FB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 23.01%

 BLUE value IS 251 (98.44% from 255) = 44.42%

R = 32.57%
G = 23.01%
B = 44.42%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B882FB (or 0xB882FB) is known color: Biloba Flower. HEX triplet: B8, 82 and FB. RGB value is (184,130,251). Sum of RGB (Red+Green+Blue) = 184+130+251=565 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.57% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 251 (98.44% from 255 or 44.42% from 565); Max value from RGB is 251 - color contains mainly: blue. Hex color #B882FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882FB is #477D04. Grayscale: #9F9F9F. Windows color (decimal): -4685061 or 16483000. OLE color: 16483000.

HSL color Cylindrical-coordinate representation of color #B882FB: hue angle of 266.78º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B882FB is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 130 251 -
CMYK 0.27 0.48 0 0.02
HSL 266.78º 0.94% 0.75% -
HSV(B) 266.78º 0.48% 0.98% -
XYZ 45.16 33.12 95.28 -
YUV 159.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 184 130 251 0.27 0.48 0 0.02 266.78 0.94 0.75
Hex B8 82 FB 1B 30 0 2 10B 5E 4B
Octal 270 202 373 33 60 0 2 413 136 113
Binary 10111000 10000010 11111011 11011 110000 0 10 100001011 1011110 1001011

Color Harmonies of #B882FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882FB

Black with #B882FB

Text Example


Text Example

White with #B882FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882FB; }

 p { color: rgb(184,130,251); }

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

background-color css

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

 a { background-color: rgb(184,130,251); }

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

border-color css

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

 span { border-color: rgb(184,130,251); }

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