Html Css Color HEX #B63CC8 Medium Orchid

📋 copy color: '#B63CC8'

red 182 ◦ green 60 ◦ blue 200

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

Shades of Medium Orchid #B63CC8

Tints of Medium Orchid #B63CC8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.57%

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

R = 41.18%
G = 13.57%
B = 45.25%

CMYK

 C value IS 0.09

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B63CC8 (or 0xB63CC8) is known color: Medium Orchid. HEX triplet: B6, 3C and C8. RGB value is (182,60,200). Sum of RGB (Red+Green+Blue) = 182+60+200=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 60 (23.83% from 255 or 13.57% from 442); Blue value is 200 (78.52% from 255 or 45.25% from 442); Max value from RGB is 200 - color contains mainly: blue. Hex color #B63CC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CC8 is #49C337. Grayscale: #707070. Windows color (decimal): -4834104 or 13122742. OLE color: 13122742.

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

Color convert

RGB 182 60 200 -
CMYK 0.09 0.7 0 0.22
HSL 292.29º 0.56% 0.51% -
HSV(B) 292.29º 0.7% 0.78% -
XYZ 31.33 17.35 56.34 -
YUV 112.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 182 60 200 0.09 0.7 0 0.22 292.29 0.56 0.51
Hex B6 3C C8 9 46 0 16 124 38 33
Octal 266 74 310 11 106 0 26 444 70 63
Binary 10110110 111100 11001000 1001 1000110 0 10110 100100100 111000 110011

Color Harmonies of #B63CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CC8

Black with #B63CC8

Text Example


Text Example

White with #B63CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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