Html Css Color HEX #B63FCD Medium Orchid

📋 copy color: '#B63FCD'

red 182 ◦ green 63 ◦ blue 205

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

Shades of Medium Orchid #B63FCD

Tints of Medium Orchid #B63FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 14%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 40.44%
G = 14%
B = 45.56%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B63FCD (or 0xB63FCD) is known color: Medium Orchid. HEX triplet: B6, 3F and CD. RGB value is (182,63,205). Sum of RGB (Red+Green+Blue) = 182+63+205=450 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.44% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #B63FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63FCD is #49C032. Grayscale: #727272. Windows color (decimal): -4833331 or 13451190. OLE color: 13451190.

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

Color convert

RGB 182 63 205 -
CMYK 0.11 0.69 0 0.20
HSL 290.28º 0.59% 0.53% -
HSV(B) 290.28º 0.69% 0.8% -
XYZ 32.09 17.91 59.52 -
YUV 114.77 178.92 175.95 -
System Red Green Blue C M Y K H S L
Decimal 182 63 205 0.11 0.69 0 0.20 290.28 0.59 0.53
Hex B6 3F CD B 45 0 14 122 3B 35
Octal 266 77 315 13 105 0 24 442 73 65
Binary 10110110 111111 11001101 1011 1000101 0 10100 100100010 111011 110101

Color Harmonies of #B63FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63FCD

Black with #B63FCD

Text Example


Text Example

White with #B63FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63FCD; }

 p { color: rgb(182,63,205); }

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

background-color css

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

 a { background-color: rgb(182,63,205); }

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

border-color css

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

 span { border-color: rgb(182,63,205); }

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