Html Css Color HEX #B982EE Biloba Flower

📋 copy color: '#B982EE'

red 185 ◦ green 130 ◦ blue 238

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

Shades of Biloba Flower #B982EE

Tints of Biloba Flower #B982EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 33.45%
G = 23.51%
B = 43.04%

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

#B982EE (or 0xB982EE) is known color: Biloba Flower. HEX triplet: B9, 82 and EE. RGB value is (185,130,238). Sum of RGB (Red+Green+Blue) = 185+130+238=553 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.45% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #B982EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982EE is #467D11. Grayscale: #9E9E9E. Windows color (decimal): -4619538 or 15631033. OLE color: 15631033.

HSL color Cylindrical-coordinate representation of color #B982EE: hue angle of 270.56º degrees, saturation: 0.76, 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 #B982EE is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 130 238 -
CMYK 0.22 0.45 0 0.07
HSL 270.56º 0.76% 0.72% -
HSV(B) 270.56º 0.45% 0.93% -
XYZ 43.42 32.45 84.86 -
YUV 158.76 172.72 146.72 -
System Red Green Blue C M Y K H S L
Decimal 185 130 238 0.22 0.45 0 0.07 270.56 0.76 0.72
Hex B9 82 EE 16 2D 0 7 10F 4C 48
Octal 271 202 356 26 55 0 7 417 114 110
Binary 10111001 10000010 11101110 10110 101101 0 111 100001111 1001100 1001000

Color Harmonies of #B982EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982EE

Black with #B982EE

Text Example


Text Example

White with #B982EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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