Html Css Color HEX #B082ED Biloba Flower

📋 copy color: '#B082ED'

red 176 ◦ green 130 ◦ blue 237

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

Shades of Biloba Flower #B082ED

Tints of Biloba Flower #B082ED

RGB

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

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

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

R = 32.41%
G = 23.94%
B = 43.65%

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

#B082ED (or 0xB082ED) is known color: Biloba Flower. HEX triplet: B0, 82 and ED. RGB value is (176,130,237). Sum of RGB (Red+Green+Blue) = 176+130+237=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #B082ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B082ED is #4F7D12. Grayscale: #9B9B9B. Windows color (decimal): -5209363 or 15565488. OLE color: 15565488.

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

Color convert

RGB 176 130 237 -
CMYK 0.26 0.45 0 0.07
HSL 265.79º 0.75% 0.72% -
HSV(B) 265.79º 0.45% 0.93% -
XYZ 41.17 31.31 83.99 -
YUV 155.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 176 130 237 0.26 0.45 0 0.07 265.79 0.75 0.72
Hex B0 82 ED 1A 2D 0 7 10A 4B 48
Octal 260 202 355 32 55 0 7 412 113 110
Binary 10110000 10000010 11101101 11010 101101 0 111 100001010 1001011 1001000

Color Harmonies of #B082ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B082ED

Black with #B082ED

Text Example


Text Example

White with #B082ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B082ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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