Html Css Color HEX #BC3BCF Medium Orchid

📋 copy color: '#BC3BCF'

red 188 ◦ green 59 ◦ blue 207

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

Shades of Medium Orchid #BC3BCF

Tints of Medium Orchid #BC3BCF

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13%

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

R = 41.41%
G = 13%
B = 45.59%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC3BCF (or 0xBC3BCF) is known color: Medium Orchid. HEX triplet: BC, 3B and CF. RGB value is (188,59,207). Sum of RGB (Red+Green+Blue) = 188+59+207=454 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.41% from 454); Green value is 59 (23.44% from 255 or 13.00% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC3BCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3BCF is #43C430. Grayscale: #717171. Windows color (decimal): -4441137 or 13581244. OLE color: 13581244.

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

Color convert

RGB 188 59 207 -
CMYK 0.09 0.71 0 0.19
HSL 292.3º 0.61% 0.52% -
HSV(B) 292.3º 0.71% 0.81% -
XYZ 33.57 18.32 60.8 -
YUV 114.44 180.24 180.47 -
System Red Green Blue C M Y K H S L
Decimal 188 59 207 0.09 0.71 0 0.19 292.3 0.61 0.52
Hex BC 3B CF 9 47 0 13 124 3D 34
Octal 274 73 317 11 107 0 23 444 75 64
Binary 10111100 111011 11001111 1001 1000111 0 10011 100100100 111101 110100

Color Harmonies of #BC3BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BCF

Black with #BC3BCF

Text Example


Text Example

White with #BC3BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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