Html Css Color HEX #B082D6 Biloba Flower

📋 copy color: '#B082D6'

red 176 ◦ green 130 ◦ blue 214

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

Shades of Biloba Flower #B082D6

Tints of Biloba Flower #B082D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.15%

R = 33.85%
G = 25%
B = 41.15%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B082D6 (or 0xB082D6) is known color: Biloba Flower. HEX triplet: B0, 82 and D6. RGB value is (176,130,214). Sum of RGB (Red+Green+Blue) = 176+130+214=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 214 (83.98% from 255 or 41.15% from 520); Max value from RGB is 214 - color contains mainly: blue. Hex color #B082D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B082D6 is #4F7D29. Grayscale: #999999. Windows color (decimal): -5209386 or 14058160. OLE color: 14058160.

HSL color Cylindrical-coordinate representation of color #B082D6: hue angle of 272.86º degrees, saturation: 0.51, 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 #B082D6 is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 130 214 -
CMYK 0.18 0.39 0 0.16
HSL 272.86º 0.51% 0.67% -
HSV(B) 272.86º 0.39% 0.84% -
XYZ 38.02 30.05 67.41 -
YUV 153.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 176 130 214 0.18 0.39 0 0.16 272.86 0.51 0.67
Hex B0 82 D6 12 27 0 10 111 33 43
Octal 260 202 326 22 47 0 20 421 63 103
Binary 10110000 10000010 11010110 10010 100111 0 10000 100010001 110011 1000011

Color Harmonies of #B082D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082D6

Black with #B082D6

Text Example


Text Example

White with #B082D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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