Html Css Color HEX #B63EC8 Medium Orchid

📋 copy color: '#B63EC8'

red 182 ◦ green 62 ◦ blue 200

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

Shades of Medium Orchid #B63EC8

Tints of Medium Orchid #B63EC8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13.96%

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

R = 40.99%
G = 13.96%
B = 45.05%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B63EC8 (or 0xB63EC8) is known color: Medium Orchid. HEX triplet: B6, 3E and C8. RGB value is (182,62,200). Sum of RGB (Red+Green+Blue) = 182+62+200=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 62 (24.61% from 255 or 13.96% from 444); Blue value is 200 (78.52% from 255 or 45.05% from 444); Max value from RGB is 200 - color contains mainly: blue. Hex color #B63EC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63EC8 is #49C137. Grayscale: #717171. Windows color (decimal): -4833592 or 13123254. OLE color: 13123254.

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

Color convert

RGB 182 62 200 -
CMYK 0.09 0.69 0 0.22
HSL 292.17º 0.56% 0.51% -
HSV(B) 292.17º 0.69% 0.78% -
XYZ 31.44 17.56 56.38 -
YUV 113.61 176.76 176.78 -
System Red Green Blue C M Y K H S L
Decimal 182 62 200 0.09 0.69 0 0.22 292.17 0.56 0.51
Hex B6 3E C8 9 45 0 16 124 38 33
Octal 266 76 310 11 105 0 26 444 70 63
Binary 10110110 111110 11001000 1001 1000101 0 10110 100100100 111000 110011

Color Harmonies of #B63EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63EC8

Black with #B63EC8

Text Example


Text Example

White with #B63EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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