Html Css Color HEX #B982E7 Biloba Flower

📋 copy color: '#B982E7'

red 185 ◦ green 130 ◦ blue 231

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

Shades of Biloba Flower #B982E7

Tints of Biloba Flower #B982E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 42.31%

R = 33.88%
G = 23.81%
B = 42.31%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B982E7 (or 0xB982E7) is known color: Biloba Flower. HEX triplet: B9, 82 and E7. RGB value is (185,130,231). Sum of RGB (Red+Green+Blue) = 185+130+231=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 130 (51.17% from 255 or 23.81% from 546); Blue value is 231 (90.62% from 255 or 42.31% from 546); Max value from RGB is 231 - color contains mainly: blue. Hex color #B982E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982E7 is #467D18. Grayscale: #9D9D9D. Windows color (decimal): -4619545 or 15172281. OLE color: 15172281.

HSL color Cylindrical-coordinate representation of color #B982E7: hue angle of 272.67º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B982E7 is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 185 130 231 -
CMYK 0.20 0.44 0 0.09
HSL 272.67º 0.68% 0.71% -
HSV(B) 272.67º 0.44% 0.91% -
XYZ 42.41 32.05 79.55 -
YUV 157.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 185 130 231 0.20 0.44 0 0.09 272.67 0.68 0.71
Hex B9 82 E7 14 2C 0 9 111 44 47
Octal 271 202 347 24 54 0 11 421 104 107
Binary 10111001 10000010 11100111 10100 101100 0 1001 100010001 1000100 1000111

Color Harmonies of #B982E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982E7

Black with #B982E7

Text Example


Text Example

White with #B982E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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