Html Css Color HEX #B982EC Biloba Flower

📋 copy color: '#B982EC'

red 185 ◦ green 130 ◦ blue 236

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

Shades of Biloba Flower #B982EC

Tints of Biloba Flower #B982EC

RGB

 RED value IS 185 (72.66% from 255) = 33.58%

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

 BLUE value IS 236 (92.58% from 255) = 42.83%

R = 33.58%
G = 23.59%
B = 42.83%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B982EC (or 0xB982EC) is known color: Biloba Flower. HEX triplet: B9, 82 and EC. RGB value is (185,130,236). Sum of RGB (Red+Green+Blue) = 185+130+236=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 236 (92.58% from 255 or 42.83% from 551); Max value from RGB is 236 - color contains mainly: blue. Hex color #B982EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982EC is #467D13. Grayscale: #9E9E9E. Windows color (decimal): -4619540 or 15499961. OLE color: 15499961.

HSL color Cylindrical-coordinate representation of color #B982EC: hue angle of 271.13º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B982EC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 130 236 -
CMYK 0.22 0.45 0 0.07
HSL 271.13º 0.74% 0.72% -
HSV(B) 271.13º 0.45% 0.93% -
XYZ 43.13 32.34 83.33 -
YUV 158.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 185 130 236 0.22 0.45 0 0.07 271.13 0.74 0.72
Hex B9 82 EC 16 2D 0 7 10F 4A 48
Octal 271 202 354 26 55 0 7 417 112 110
Binary 10111001 10000010 11101100 10110 101101 0 111 100001111 1001010 1001000

Color Harmonies of #B982EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982EC

Black with #B982EC

Text Example


Text Example

White with #B982EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982EC; }

 p { color: rgb(185,130,236); }

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

background-color css

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

 a { background-color: rgb(185,130,236); }

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

border-color css

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

 span { border-color: rgb(185,130,236); }

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