Html Css Color HEX #B638CD Medium Orchid

📋 copy color: '#B638CD'

red 182 ◦ green 56 ◦ blue 205

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

Shades of Medium Orchid #B638CD

Tints of Medium Orchid #B638CD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.64%

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 41.08%
G = 12.64%
B = 46.28%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B638CD (or 0xB638CD) is known color: Medium Orchid. HEX triplet: B6, 38 and CD. RGB value is (182,56,205). Sum of RGB (Red+Green+Blue) = 182+56+205=443 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.08% from 443); Green value is 56 (22.27% from 255 or 12.64% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #B638CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638CD is #49C732. Grayscale: #6E6E6E. Windows color (decimal): -4835123 or 13449398. OLE color: 13449398.

HSL color Cylindrical-coordinate representation of color #B638CD: hue angle of 290.74º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B638CD is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 56 205 -
CMYK 0.11 0.73 0 0.20
HSL 290.74º 0.6% 0.51% -
HSV(B) 290.74º 0.73% 0.8% -
XYZ 31.73 17.18 59.4 -
YUV 110.66 181.24 178.88 -
System Red Green Blue C M Y K H S L
Decimal 182 56 205 0.11 0.73 0 0.20 290.74 0.6 0.51
Hex B6 38 CD B 49 0 14 123 3C 33
Octal 266 70 315 13 111 0 24 443 74 63
Binary 10110110 111000 11001101 1011 1001001 0 10100 100100011 111100 110011

Color Harmonies of #B638CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B638CD

Black with #B638CD

Text Example


Text Example

White with #B638CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B638CD; }

 p { color: rgb(182,56,205); }

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

background-color css

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

 a { background-color: rgb(182,56,205); }

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

border-color css

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

 span { border-color: rgb(182,56,205); }

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