Html Css Color HEX #B882FA Biloba Flower

📋 copy color: '#B882FA'

red 184 ◦ green 130 ◦ blue 250

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

Shades of Biloba Flower #B882FA

Tints of Biloba Flower #B882FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.33%

R = 32.62%
G = 23.05%
B = 44.33%

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

#B882FA (or 0xB882FA) is known color: Biloba Flower. HEX triplet: B8, 82 and FA. RGB value is (184,130,250). Sum of RGB (Red+Green+Blue) = 184+130+250=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #B882FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882FA is #477D05. Grayscale: #9F9F9F. Windows color (decimal): -4685062 or 16417464. OLE color: 16417464.

HSL color Cylindrical-coordinate representation of color #B882FA: hue angle of 267º degrees, saturation: 0.92, 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 #B882FA is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 130 250 -
CMYK 0.26 0.48 0 0.02
HSL 267º 0.92% 0.75% -
HSV(B) 267º 0.48% 0.98% -
XYZ 45.01 33.06 94.45 -
YUV 159.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 184 130 250 0.26 0.48 0 0.02 267 0.92 0.75
Hex B8 82 FA 1A 30 0 2 10B 5C 4B
Octal 270 202 372 32 60 0 2 413 134 113
Binary 10111000 10000010 11111010 11010 110000 0 10 100001011 1011100 1001011

Color Harmonies of #B882FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882FA

Black with #B882FA

Text Example


Text Example

White with #B882FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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