Html Css Color HEX #B882FC Biloba Flower

📋 copy color: '#B882FC'

red 184 ◦ green 130 ◦ blue 252

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

Shades of Biloba Flower #B882FC

Tints of Biloba Flower #B882FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 32.51%
G = 22.97%
B = 44.52%

CMYK

 C value IS 0.27

 M value IS 0.48

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B882FC (or 0xB882FC) is known color: Biloba Flower. HEX triplet: B8, 82 and FC. RGB value is (184,130,252). Sum of RGB (Red+Green+Blue) = 184+130+252=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #B882FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882FC is #477D03. Grayscale: #9F9F9F. Windows color (decimal): -4685060 or 16548536. OLE color: 16548536.

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

Color convert

RGB 184 130 252 -
CMYK 0.27 0.48 0 0.01
HSL 266.56º 0.95% 0.75% -
HSV(B) 266.56º 0.48% 0.99% -
XYZ 45.32 33.18 96.11 -
YUV 160.05 179.89 145.08 -
System Red Green Blue C M Y K H S L
Decimal 184 130 252 0.27 0.48 0 0.01 266.56 0.95 0.75
Hex B8 82 FC 1B 30 0 1 10B 5F 4B
Octal 270 202 374 33 60 0 1 413 137 113
Binary 10111000 10000010 11111100 11011 110000 0 1 100001011 1011111 1001011

Color Harmonies of #B882FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882FC

Black with #B882FC

Text Example


Text Example

White with #B882FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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