Html Css Color HEX #B63CDD Medium Orchid

📋 copy color: '#B63CDD'

red 182 ◦ green 60 ◦ blue 221

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

Shades of Medium Orchid #B63CDD

Tints of Medium Orchid #B63CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 39.31%
G = 12.96%
B = 47.73%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B63CDD (or 0xB63CDD) is known color: Medium Orchid. HEX triplet: B6, 3C and DD. RGB value is (182,60,221). Sum of RGB (Red+Green+Blue) = 182+60+221=463 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.31% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #B63CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CDD is #49C322. Grayscale: #727272. Windows color (decimal): -4834083 or 14498998. OLE color: 14498998.

HSL color Cylindrical-coordinate representation of color #B63CDD: hue angle of 285.47º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63CDD is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 60 221 -
CMYK 0.18 0.73 0 0.13
HSL 285.47º 0.7% 0.55% -
HSV(B) 285.47º 0.73% 0.87% -
XYZ 33.96 18.4 70.17 -
YUV 114.83 187.92 175.91 -
System Red Green Blue C M Y K H S L
Decimal 182 60 221 0.18 0.73 0 0.13 285.47 0.7 0.55
Hex B6 3C DD 12 49 0 D 11D 46 37
Octal 266 74 335 22 111 0 15 435 106 67
Binary 10110110 111100 11011101 10010 1001001 0 1101 100011101 1000110 110111

Color Harmonies of #B63CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CDD

Black with #B63CDD

Text Example


Text Example

White with #B63CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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