Html Css Color HEX #BC4BCC Medium Orchid

📋 copy color: '#BC4BCC'

red 188 ◦ green 75 ◦ blue 204

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

Shades of Medium Orchid #BC4BCC

Tints of Medium Orchid #BC4BCC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.06%

 BLUE value IS 204 (80.08% from 255) = 43.68%

R = 40.26%
G = 16.06%
B = 43.68%

CMYK

 C value IS 0.08

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC4BCC (or 0xBC4BCC) is known color: Medium Orchid. HEX triplet: BC, 4B and CC. RGB value is (188,75,204). Sum of RGB (Red+Green+Blue) = 188+75+204=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 75 (29.69% from 255 or 16.06% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC4BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BCC is #43B433. Grayscale: #7B7B7B. Windows color (decimal): -4437044 or 13388732. OLE color: 13388732.

HSL color Cylindrical-coordinate representation of color #BC4BCC: hue angle of 292.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC4BCC is Cyan = 0.08, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 75 204 -
CMYK 0.08 0.63 0 0.2
HSL 292.56º 0.56% 0.55% -
HSV(B) 292.56º 0.63% 0.8% -
XYZ 34.15 20.08 59.2 -
YUV 123.49 173.44 174.01 -
System Red Green Blue C M Y K H S L
Decimal 188 75 204 0.08 0.63 0 0.2 292.56 0.56 0.55
Hex BC 4B CC 8 3F 0 14 125 38 37
Octal 274 113 314 10 77 0 24 445 70 67
Binary 10111100 1001011 11001100 1000 111111 0 10100 100100101 111000 110111

Color Harmonies of #BC4BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BCC

Black with #BC4BCC

Text Example


Text Example

White with #BC4BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BCC; }

 p { color: rgb(188,75,204); }

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

background-color css

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

 a { background-color: rgb(188,75,204); }

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

border-color css

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

 span { border-color: rgb(188,75,204); }

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