Html Css Color HEX #B663C9 Medium Orchid

📋 copy color: '#B663C9'

red 182 ◦ green 99 ◦ blue 201

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

Shades of Medium Orchid #B663C9

Tints of Medium Orchid #B663C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 37.76%
G = 20.54%
B = 41.7%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B663C9 (or 0xB663C9) is known color: Medium Orchid. HEX triplet: B6, 63 and C9. RGB value is (182,99,201). Sum of RGB (Red+Green+Blue) = 182+99+201=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #B663C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B663C9 is #499C36. Grayscale: #878787. Windows color (decimal): -4824119 or 13198262. OLE color: 13198262.

HSL color Cylindrical-coordinate representation of color #B663C9: hue angle of 288.82º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B663C9 is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 99 201 -
CMYK 0.09 0.51 0 0.21
HSL 288.82º 0.49% 0.59% -
HSV(B) 288.82º 0.51% 0.79% -
XYZ 34.3 23.09 57.91 -
YUV 135.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 182 99 201 0.09 0.51 0 0.21 288.82 0.49 0.59
Hex B6 63 C9 9 33 0 15 121 31 3B
Octal 266 143 311 11 63 0 25 441 61 73
Binary 10110110 1100011 11001001 1001 110011 0 10101 100100001 110001 111011

Color Harmonies of #B663C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663C9

Black with #B663C9

Text Example


Text Example

White with #B663C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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