Html Css Color HEX #B882F6 Biloba Flower

📋 copy color: '#B882F6'

red 184 ◦ green 130 ◦ blue 246

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

Shades of Biloba Flower #B882F6

Tints of Biloba Flower #B882F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 32.86%
G = 23.21%
B = 43.93%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B882F6 (or 0xB882F6) is known color: Biloba Flower. HEX triplet: B8, 82 and F6. RGB value is (184,130,246). Sum of RGB (Red+Green+Blue) = 184+130+246=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 130 (51.17% from 255 or 23.21% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #B882F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B882F6 is #477D09. Grayscale: #9E9E9E. Windows color (decimal): -4685066 or 16155320. OLE color: 16155320.

HSL color Cylindrical-coordinate representation of color #B882F6: hue angle of 267.93º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B882F6 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 130 246 -
CMYK 0.25 0.47 0 0.04
HSL 267.93º 0.87% 0.74% -
HSV(B) 267.93º 0.47% 0.96% -
XYZ 44.38 32.81 91.18 -
YUV 159.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 184 130 246 0.25 0.47 0 0.04 267.93 0.87 0.74
Hex B8 82 F6 19 2F 0 4 10C 57 4A
Octal 270 202 366 31 57 0 4 414 127 112
Binary 10111000 10000010 11110110 11001 101111 0 100 100001100 1010111 1001010

Color Harmonies of #B882F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882F6

Black with #B882F6

Text Example


Text Example

White with #B882F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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