Html Css Color HEX #B882F9 Biloba Flower

📋 copy color: '#B882F9'

red 184 ◦ green 130 ◦ blue 249

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

Shades of Biloba Flower #B882F9

Tints of Biloba Flower #B882F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.23%

R = 32.68%
G = 23.09%
B = 44.23%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B882F9 (or 0xB882F9) is known color: Biloba Flower. HEX triplet: B8, 82 and F9. RGB value is (184,130,249). Sum of RGB (Red+Green+Blue) = 184+130+249=563 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.68% from 563); Green value is 130 (51.17% from 255 or 23.09% from 563); Blue value is 249 (97.66% from 255 or 44.23% from 563); Max value from RGB is 249 - color contains mainly: blue. Hex color #B882F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882F9 is #477D06. Grayscale: #9F9F9F. Windows color (decimal): -4685063 or 16351928. OLE color: 16351928.

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

Color convert

RGB 184 130 249 -
CMYK 0.26 0.48 0 0.02
HSL 267.23º 0.91% 0.74% -
HSV(B) 267.23º 0.48% 0.98% -
XYZ 44.85 33 93.63 -
YUV 159.71 178.39 145.32 -
System Red Green Blue C M Y K H S L
Decimal 184 130 249 0.26 0.48 0 0.02 267.23 0.91 0.74
Hex B8 82 F9 1A 30 0 2 10B 5B 4A
Octal 270 202 371 32 60 0 2 413 133 112
Binary 10111000 10000010 11111001 11010 110000 0 10 100001011 1011011 1001010

Color Harmonies of #B882F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882F9

Black with #B882F9

Text Example


Text Example

White with #B882F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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