Html Css Color HEX #B082EE Biloba Flower

📋 copy color: '#B082EE'

red 176 ◦ green 130 ◦ blue 238

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

Shades of Biloba Flower #B082EE

Tints of Biloba Flower #B082EE

RGB

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

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

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

R = 32.35%
G = 23.9%
B = 43.75%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B082EE (or 0xB082EE) is known color: Biloba Flower. HEX triplet: B0, 82 and EE. RGB value is (176,130,238). Sum of RGB (Red+Green+Blue) = 176+130+238=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #B082EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082EE is #4F7D11. Grayscale: #9B9B9B. Windows color (decimal): -5209362 or 15631024. OLE color: 15631024.

HSL color Cylindrical-coordinate representation of color #B082EE: hue angle of 265.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 #B082EE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 130 238 -
CMYK 0.26 0.45 0 0.07
HSL 265.56º 0.76% 0.72% -
HSV(B) 265.56º 0.45% 0.93% -
XYZ 41.32 31.37 84.77 -
YUV 156.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 176 130 238 0.26 0.45 0 0.07 265.56 0.76 0.72
Hex B0 82 EE 1A 2D 0 7 10A 4C 48
Octal 260 202 356 32 55 0 7 412 114 110
Binary 10110000 10000010 11101110 11010 101101 0 111 100001010 1001100 1001000

Color Harmonies of #B082EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082EE

Black with #B082EE

Text Example


Text Example

White with #B082EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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