Html Css Color HEX #B638CE Medium Orchid

📋 copy color: '#B638CE'

red 182 ◦ green 56 ◦ blue 206

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

Shades of Medium Orchid #B638CE

Tints of Medium Orchid #B638CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 40.99%
G = 12.61%
B = 46.4%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B638CE (or 0xB638CE) is known color: Medium Orchid. HEX triplet: B6, 38 and CE. RGB value is (182,56,206). Sum of RGB (Red+Green+Blue) = 182+56+206=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 56 (22.27% from 255 or 12.61% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #B638CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638CE is #49C731. Grayscale: #6E6E6E. Windows color (decimal): -4835122 or 13514934. OLE color: 13514934.

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

Color convert

RGB 182 56 206 -
CMYK 0.12 0.73 0 0.19
HSL 290.4º 0.6% 0.51% -
HSV(B) 290.4º 0.73% 0.81% -
XYZ 31.85 17.23 60.04 -
YUV 110.77 181.74 178.8 -
System Red Green Blue C M Y K H S L
Decimal 182 56 206 0.12 0.73 0 0.19 290.4 0.6 0.51
Hex B6 38 CE C 49 0 13 122 3C 33
Octal 266 70 316 14 111 0 23 442 74 63
Binary 10110110 111000 11001110 1100 1001001 0 10011 100100010 111100 110011

Color Harmonies of #B638CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B638CE

Black with #B638CE

Text Example


Text Example

White with #B638CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B638CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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