Html Css Color HEX #B982ED Biloba Flower

📋 copy color: '#B982ED'

red 185 ◦ green 130 ◦ blue 237

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

Shades of Biloba Flower #B982ED

Tints of Biloba Flower #B982ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.93%

R = 33.51%
G = 23.55%
B = 42.93%

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

#B982ED (or 0xB982ED) is known color: Biloba Flower. HEX triplet: B9, 82 and ED. RGB value is (185,130,237). Sum of RGB (Red+Green+Blue) = 185+130+237=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 130 (51.17% from 255 or 23.55% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #B982ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B982ED is #467D12. Grayscale: #9E9E9E. Windows color (decimal): -4619539 or 15565497. OLE color: 15565497.

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

Color convert

RGB 185 130 237 -
CMYK 0.22 0.45 0 0.07
HSL 270.84º 0.75% 0.72% -
HSV(B) 270.84º 0.45% 0.93% -
XYZ 43.28 32.39 84.09 -
YUV 158.64 172.22 146.8 -
System Red Green Blue C M Y K H S L
Decimal 185 130 237 0.22 0.45 0 0.07 270.84 0.75 0.72
Hex B9 82 ED 16 2D 0 7 10F 4B 48
Octal 271 202 355 26 55 0 7 417 113 110
Binary 10111001 10000010 11101101 10110 101101 0 111 100001111 1001011 1001000

Color Harmonies of #B982ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B982ED

Black with #B982ED

Text Example


Text Example

White with #B982ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B982ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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