Html Css Color HEX #B082D5 Biloba Flower

📋 copy color: '#B082D5'

red 176 ◦ green 130 ◦ blue 213

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

Shades of Biloba Flower #B082D5

Tints of Biloba Flower #B082D5

RGB

 RED value IS 176 (69.14% from 255) = 33.91%

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

 BLUE value IS 213 (83.59% from 255) = 41.04%

R = 33.91%
G = 25.05%
B = 41.04%

CMYK

 C value IS 0.17

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B082D5 (or 0xB082D5) is known color: Biloba Flower. HEX triplet: B0, 82 and D5. RGB value is (176,130,213). Sum of RGB (Red+Green+Blue) = 176+130+213=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 130 (51.17% from 255 or 25.05% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #B082D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082D5 is #4F7D2A. Grayscale: #989898. Windows color (decimal): -5209387 or 13992624. OLE color: 13992624.

HSL color Cylindrical-coordinate representation of color #B082D5: hue angle of 273.25º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B082D5 is Cyan = 0.17, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 130 213 -
CMYK 0.17 0.39 0 0.16
HSL 273.25º 0.5% 0.67% -
HSV(B) 273.25º 0.39% 0.84% -
XYZ 37.9 30 66.74 -
YUV 153.22 161.74 144.25 -
System Red Green Blue C M Y K H S L
Decimal 176 130 213 0.17 0.39 0 0.16 273.25 0.5 0.67
Hex B0 82 D5 11 27 0 10 111 32 43
Octal 260 202 325 21 47 0 20 421 62 103
Binary 10110000 10000010 11010101 10001 100111 0 10000 100010001 110010 1000011

Color Harmonies of #B082D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082D5

Black with #B082D5

Text Example


Text Example

White with #B082D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082D5; }

 p { color: rgb(176,130,213); }

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

background-color css

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

 a { background-color: rgb(176,130,213); }

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

border-color css

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

 span { border-color: rgb(176,130,213); }

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