Html Css Color HEX #BC4DCB Medium Orchid

📋 copy color: '#BC4DCB'

red 188 ◦ green 77 ◦ blue 203

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

Shades of Medium Orchid #BC4DCB

Tints of Medium Orchid #BC4DCB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.45%

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

R = 40.17%
G = 16.45%
B = 43.38%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC4DCB (or 0xBC4DCB) is known color: Medium Orchid. HEX triplet: BC, 4D and CB. RGB value is (188,77,203). Sum of RGB (Red+Green+Blue) = 188+77+203=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 77 (30.47% from 255 or 16.45% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC4DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4DCB is #43B234. Grayscale: #7C7C7C. Windows color (decimal): -4436533 or 13323708. OLE color: 13323708.

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

Color convert

RGB 188 77 203 -
CMYK 0.07 0.62 0 0.20
HSL 292.86º 0.55% 0.55% -
HSV(B) 292.86º 0.62% 0.8% -
XYZ 34.17 20.31 58.62 -
YUV 124.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 188 77 203 0.07 0.62 0 0.20 292.86 0.55 0.55
Hex BC 4D CB 7 3E 0 14 125 37 37
Octal 274 115 313 7 76 0 24 445 67 67
Binary 10111100 1001101 11001011 111 111110 0 10100 100100101 110111 110111

Color Harmonies of #BC4DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DCB

Black with #BC4DCB

Text Example


Text Example

White with #BC4DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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