Html Css Color HEX #BC63CB Medium Orchid

📋 copy color: '#BC63CB'

red 188 ◦ green 99 ◦ blue 203

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

Shades of Medium Orchid #BC63CB

Tints of Medium Orchid #BC63CB

RGB

 RED value IS 188 (73.83% from 255) = 38.37%

 GREEN value IS 99 (39.06% from 255) = 20.2%

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

R = 38.37%
G = 20.2%
B = 41.43%

CMYK

 C value IS 0.07

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC63CB (or 0xBC63CB) is known color: Medium Orchid. HEX triplet: BC, 63 and CB. RGB value is (188,99,203). Sum of RGB (Red+Green+Blue) = 188+99+203=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC63CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC63CB is #439C34. Grayscale: #898989. Windows color (decimal): -4430901 or 13329340. OLE color: 13329340.

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

Color convert

RGB 188 99 203 -
CMYK 0.07 0.51 0 0.20
HSL 291.35º 0.5% 0.59% -
HSV(B) 291.35º 0.51% 0.8% -
XYZ 35.98 23.93 59.22 -
YUV 137.47 164.99 164.04 -
System Red Green Blue C M Y K H S L
Decimal 188 99 203 0.07 0.51 0 0.20 291.35 0.5 0.59
Hex BC 63 CB 7 33 0 14 123 32 3B
Octal 274 143 313 7 63 0 24 443 62 73
Binary 10111100 1100011 11001011 111 110011 0 10100 100100011 110010 111011

Color Harmonies of #BC63CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC63CB

Black with #BC63CB

Text Example


Text Example

White with #BC63CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC63CB; }

 p { color: rgb(188,99,203); }

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

background-color css

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

 a { background-color: rgb(188,99,203); }

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

border-color css

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

 span { border-color: rgb(188,99,203); }

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