Html Css Color HEX #B662ED Medium Orchid

📋 copy color: '#B662ED'

red 182 ◦ green 98 ◦ blue 237

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

Shades of Medium Orchid #B662ED

Tints of Medium Orchid #B662ED

RGB

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

 GREEN value IS 98 (38.67% from 255) = 18.96%

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

R = 35.2%
G = 18.96%
B = 45.84%

CMYK

 C value IS 0.23

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B662ED (or 0xB662ED) is known color: Medium Orchid. HEX triplet: B6, 62 and ED. RGB value is (182,98,237). Sum of RGB (Red+Green+Blue) = 182+98+237=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 98 (38.67% from 255 or 18.96% from 517); Blue value is 237 (92.97% from 255 or 45.84% from 517); Max value from RGB is 237 - color contains mainly: blue. Hex color #B662ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B662ED is #499D12. Grayscale: #8A8A8A. Windows color (decimal): -4824339 or 15557302. OLE color: 15557302.

HSL color Cylindrical-coordinate representation of color #B662ED: hue angle of 276.26º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B662ED is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 182 98 237 -
CMYK 0.23 0.59 0 0.07
HSL 276.26º 0.79% 0.66% -
HSV(B) 276.26º 0.59% 0.93% -
XYZ 38.95 24.79 82.85 -
YUV 138.96 183.33 158.7 -
System Red Green Blue C M Y K H S L
Decimal 182 98 237 0.23 0.59 0 0.07 276.26 0.79 0.66
Hex B6 62 ED 17 3B 0 7 114 4F 42
Octal 266 142 355 27 73 0 7 424 117 102
Binary 10110110 1100010 11101101 10111 111011 0 111 100010100 1001111 1000010

Color Harmonies of #B662ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B662ED

Black with #B662ED

Text Example


Text Example

White with #B662ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B662ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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