Html Css Color HEX #BC4FCB Medium Orchid

📋 copy color: '#BC4FCB'

red 188 ◦ green 79 ◦ blue 203

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

Shades of Medium Orchid #BC4FCB

Tints of Medium Orchid #BC4FCB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.81%

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

R = 40%
G = 16.81%
B = 43.19%

CMYK

 C value IS 0.07

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC4FCB (or 0xBC4FCB) is known color: Medium Orchid. HEX triplet: BC, 4F and CB. RGB value is (188,79,203). Sum of RGB (Red+Green+Blue) = 188+79+203=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 79 (31.25% from 255 or 16.81% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC4FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC4FCB is #43B034. Grayscale: #7D7D7D. Windows color (decimal): -4436021 or 13324220. OLE color: 13324220.

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

Color convert

RGB 188 79 203 -
CMYK 0.07 0.61 0 0.20
HSL 292.74º 0.54% 0.55% -
HSV(B) 292.74º 0.61% 0.8% -
XYZ 34.31 20.6 58.67 -
YUV 125.73 171.61 172.42 -
System Red Green Blue C M Y K H S L
Decimal 188 79 203 0.07 0.61 0 0.20 292.74 0.54 0.55
Hex BC 4F CB 7 3D 0 14 125 36 37
Octal 274 117 313 7 75 0 24 445 66 67
Binary 10111100 1001111 11001011 111 111101 0 10100 100100101 110110 110111

Color Harmonies of #BC4FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FCB

Black with #BC4FCB

Text Example


Text Example

White with #BC4FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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