Html Css Color HEX #B663ED Medium Orchid

📋 copy color: '#B663ED'

red 182 ◦ green 99 ◦ blue 237

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

Shades of Medium Orchid #B663ED

Tints of Medium Orchid #B663ED

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.11%

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

R = 35.14%
G = 19.11%
B = 45.75%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B663ED (or 0xB663ED) is known color: Medium Orchid. HEX triplet: B6, 63 and ED. RGB value is (182,99,237). Sum of RGB (Red+Green+Blue) = 182+99+237=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B663ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663ED is #499C12. Grayscale: #8B8B8B. Windows color (decimal): -4824083 or 15557558. OLE color: 15557558.

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

Color convert

RGB 182 99 237 -
CMYK 0.23 0.58 0 0.07
HSL 276.09º 0.79% 0.66% -
HSV(B) 276.09º 0.58% 0.93% -
XYZ 39.04 24.98 82.89 -
YUV 139.55 183 158.28 -
System Red Green Blue C M Y K H S L
Decimal 182 99 237 0.23 0.58 0 0.07 276.09 0.79 0.66
Hex B6 63 ED 17 3A 0 7 114 4F 42
Octal 266 143 355 27 72 0 7 424 117 102
Binary 10110110 1100011 11101101 10111 111010 0 111 100010100 1001111 1000010

Color Harmonies of #B663ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663ED

Black with #B663ED

Text Example


Text Example

White with #B663ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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