Html Css Color HEX #B638CF Medium Orchid

📋 copy color: '#B638CF'

red 182 ◦ green 56 ◦ blue 207

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

Shades of Medium Orchid #B638CF

Tints of Medium Orchid #B638CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 40.9%
G = 12.58%
B = 46.52%

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

#B638CF (or 0xB638CF) is known color: Medium Orchid. HEX triplet: B6, 38 and CF. RGB value is (182,56,207). Sum of RGB (Red+Green+Blue) = 182+56+207=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 56 (22.27% from 255 or 12.58% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #B638CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638CF is #49C730. Grayscale: #6E6E6E. Windows color (decimal): -4835121 or 13580470. OLE color: 13580470.

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

Color convert

RGB 182 56 207 -
CMYK 0.12 0.73 0 0.19
HSL 290.07º 0.61% 0.52% -
HSV(B) 290.07º 0.73% 0.81% -
XYZ 31.97 17.28 60.68 -
YUV 110.89 182.24 178.72 -
System Red Green Blue C M Y K H S L
Decimal 182 56 207 0.12 0.73 0 0.19 290.07 0.61 0.52
Hex B6 38 CF C 49 0 13 122 3D 34
Octal 266 70 317 14 111 0 23 442 75 64
Binary 10110110 111000 11001111 1100 1001001 0 10011 100100010 111101 110100

Color Harmonies of #B638CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B638CF

Black with #B638CF

Text Example


Text Example

White with #B638CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B638CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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