Html Css Color HEX #B682ED Biloba Flower

📋 copy color: '#B682ED'

red 182 ◦ green 130 ◦ blue 237

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

Shades of Biloba Flower #B682ED

Tints of Biloba Flower #B682ED

RGB

 RED value IS 182 (71.48% from 255) = 33.15%

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

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

R = 33.15%
G = 23.68%
B = 43.17%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B682ED (or 0xB682ED) is known color: Biloba Flower. HEX triplet: B6, 82 and ED. RGB value is (182,130,237). Sum of RGB (Red+Green+Blue) = 182+130+237=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 130 (51.17% from 255 or 23.68% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #B682ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B682ED is #497D12. Grayscale: #9D9D9D. Windows color (decimal): -4816147 or 15565494. OLE color: 15565494.

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

Color convert

RGB 182 130 237 -
CMYK 0.23 0.45 0 0.07
HSL 269.16º 0.75% 0.72% -
HSV(B) 269.16º 0.45% 0.93% -
XYZ 42.56 32.02 84.06 -
YUV 157.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 182 130 237 0.23 0.45 0 0.07 269.16 0.75 0.72
Hex B6 82 ED 17 2D 0 7 10D 4B 48
Octal 266 202 355 27 55 0 7 415 113 110
Binary 10110110 10000010 11101101 10111 101101 0 111 100001101 1001011 1001000

Color Harmonies of #B682ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B682ED

Black with #B682ED

Text Example


Text Example

White with #B682ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B682ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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