Html Css Color HEX #B639C8 Medium Orchid

📋 copy color: '#B639C8'

red 182 ◦ green 57 ◦ blue 200

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

Shades of Medium Orchid #B639C8

Tints of Medium Orchid #B639C8

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.98%

 BLUE value IS 200 (78.52% from 255) = 45.56%

R = 41.46%
G = 12.98%
B = 45.56%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B639C8 (or 0xB639C8) is known color: Medium Orchid. HEX triplet: B6, 39 and C8. RGB value is (182,57,200). Sum of RGB (Red+Green+Blue) = 182+57+200=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #B639C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B639C8 is #49C637. Grayscale: #6E6E6E. Windows color (decimal): -4834872 or 13121974. OLE color: 13121974.

HSL color Cylindrical-coordinate representation of color #B639C8: hue angle of 292.45º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B639C8 is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 57 200 -
CMYK 0.09 0.72 0 0.22
HSL 292.45º 0.57% 0.5% -
HSV(B) 292.45º 0.72% 0.78% -
XYZ 31.18 17.04 56.29 -
YUV 110.68 178.41 178.87 -
System Red Green Blue C M Y K H S L
Decimal 182 57 200 0.09 0.72 0 0.22 292.45 0.57 0.5
Hex B6 39 C8 9 48 0 16 124 39 32
Octal 266 71 310 11 110 0 26 444 71 62
Binary 10110110 111001 11001000 1001 1001000 0 10110 100100100 111001 110010

Color Harmonies of #B639C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B639C8

Black with #B639C8

Text Example


Text Example

White with #B639C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B639C8; }

 p { color: rgb(182,57,200); }

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

background-color css

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

 a { background-color: rgb(182,57,200); }

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

border-color css

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

 span { border-color: rgb(182,57,200); }

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