Html Css Color HEX #B63CCB Medium Orchid

📋 copy color: '#B63CCB'

red 182 ◦ green 60 ◦ blue 203

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

Shades of Medium Orchid #B63CCB

Tints of Medium Orchid #B63CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 40.9%
G = 13.48%
B = 45.62%

CMYK

 C value IS 0.10

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B63CCB (or 0xB63CCB) is known color: Medium Orchid. HEX triplet: B6, 3C and CB. RGB value is (182,60,203). Sum of RGB (Red+Green+Blue) = 182+60+203=445 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.90% from 445); Green value is 60 (23.83% from 255 or 13.48% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #B63CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B63CCB is #49C334. Grayscale: #707070. Windows color (decimal): -4834101 or 13319350. OLE color: 13319350.

HSL color Cylindrical-coordinate representation of color #B63CCB: hue angle of 291.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63CCB is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 60 203 -
CMYK 0.10 0.70 0 0.20
HSL 291.19º 0.58% 0.52% -
HSV(B) 291.19º 0.7% 0.8% -
XYZ 31.69 17.49 58.21 -
YUV 112.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 182 60 203 0.10 0.70 0 0.20 291.19 0.58 0.52
Hex B6 3C CB A 46 0 14 123 3A 34
Octal 266 74 313 12 106 0 24 443 72 64
Binary 10110110 111100 11001011 1010 1000110 0 10100 100100011 111010 110100

Color Harmonies of #B63CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63CCB

Black with #B63CCB

Text Example


Text Example

White with #B63CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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