Html Css Color HEX #BC3CCF Medium Orchid

📋 copy color: '#BC3CCF'

red 188 ◦ green 60 ◦ blue 207

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

Shades of Medium Orchid #BC3CCF

Tints of Medium Orchid #BC3CCF

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.19%

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

R = 41.32%
G = 13.19%
B = 45.49%

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

#BC3CCF (or 0xBC3CCF) is known color: Medium Orchid. HEX triplet: BC, 3C and CF. RGB value is (188,60,207). Sum of RGB (Red+Green+Blue) = 188+60+207=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 60 (23.83% from 255 or 13.19% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC3CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3CCF is #43C330. Grayscale: #727272. Windows color (decimal): -4440881 or 13581500. OLE color: 13581500.

HSL color Cylindrical-coordinate representation of color #BC3CCF: hue angle of 292.24º degrees, saturation: 0.6, 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 #BC3CCF is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 60 207 -
CMYK 0.09 0.71 0 0.19
HSL 292.24º 0.6% 0.52% -
HSV(B) 292.24º 0.71% 0.81% -
XYZ 33.62 18.43 60.82 -
YUV 115.03 179.91 180.05 -
System Red Green Blue C M Y K H S L
Decimal 188 60 207 0.09 0.71 0 0.19 292.24 0.6 0.52
Hex BC 3C CF 9 47 0 13 124 3C 34
Octal 274 74 317 11 107 0 23 444 74 64
Binary 10111100 111100 11001111 1001 1000111 0 10011 100100100 111100 110100

Color Harmonies of #BC3CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3CCF

Black with #BC3CCF

Text Example


Text Example

White with #BC3CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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