Html Css Color HEX #B638CB Medium Orchid

📋 copy color: '#B638CB'

red 182 ◦ green 56 ◦ blue 203

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

Shades of Medium Orchid #B638CB

Tints of Medium Orchid #B638CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.03%

R = 41.27%
G = 12.7%
B = 46.03%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B638CB (or 0xB638CB) is known color: Medium Orchid. HEX triplet: B6, 38 and CB. RGB value is (182,56,203). Sum of RGB (Red+Green+Blue) = 182+56+203=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #B638CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B638CB is #49C734. Grayscale: #6D6D6D. Windows color (decimal): -4835125 or 13318326. OLE color: 13318326.

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

Color convert

RGB 182 56 203 -
CMYK 0.10 0.72 0 0.20
HSL 291.43º 0.59% 0.51% -
HSV(B) 291.43º 0.72% 0.8% -
XYZ 31.49 17.09 58.14 -
YUV 110.43 180.24 179.05 -
System Red Green Blue C M Y K H S L
Decimal 182 56 203 0.10 0.72 0 0.20 291.43 0.59 0.51
Hex B6 38 CB A 48 0 14 123 3B 33
Octal 266 70 313 12 110 0 24 443 73 63
Binary 10110110 111000 11001011 1010 1001000 0 10100 100100011 111011 110011

Color Harmonies of #B638CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B638CB

Black with #B638CB

Text Example


Text Example

White with #B638CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B638CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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