Html Css Color HEX #BC3ACF Medium Orchid

📋 copy color: '#BC3ACF'

red 188 ◦ green 58 ◦ blue 207

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

Shades of Medium Orchid #BC3ACF

Tints of Medium Orchid #BC3ACF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.8%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 41.5%
G = 12.8%
B = 45.7%

CMYK

 C value IS 0.09

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC3ACF (or 0xBC3ACF) is known color: Medium Orchid. HEX triplet: BC, 3A and CF. RGB value is (188,58,207). Sum of RGB (Red+Green+Blue) = 188+58+207=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 58 (23.05% from 255 or 12.80% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC3ACF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3ACF is #43C530. Grayscale: #717171. Windows color (decimal): -4441393 or 13580988. OLE color: 13580988.

HSL color Cylindrical-coordinate representation of color #BC3ACF: hue angle of 292.35º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BC3ACF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 58 207 -
CMYK 0.09 0.72 0 0.19
HSL 292.35º 0.61% 0.52% -
HSV(B) 292.35º 0.72% 0.81% -
XYZ 33.51 18.22 60.78 -
YUV 113.86 180.57 180.88 -
System Red Green Blue C M Y K H S L
Decimal 188 58 207 0.09 0.72 0 0.19 292.35 0.61 0.52
Hex BC 3A CF 9 48 0 13 124 3D 34
Octal 274 72 317 11 110 0 23 444 75 64
Binary 10111100 111010 11001111 1001 1001000 0 10011 100100100 111101 110100

Color Harmonies of #BC3ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3ACF

Black with #BC3ACF

Text Example


Text Example

White with #BC3ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3ACF; }

 p { color: rgb(188,58,207); }

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

background-color css

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

 a { background-color: rgb(188,58,207); }

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

border-color css

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

 span { border-color: rgb(188,58,207); }

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