Html Css Color HEX #BC4CCF Medium Orchid

📋 copy color: '#BC4CCF'

red 188 ◦ green 76 ◦ blue 207

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

Shades of Medium Orchid #BC4CCF

Tints of Medium Orchid #BC4CCF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.14%

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

R = 39.92%
G = 16.14%
B = 43.95%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC4CCF (or 0xBC4CCF) is known color: Medium Orchid. HEX triplet: BC, 4C and CF. RGB value is (188,76,207). Sum of RGB (Red+Green+Blue) = 188+76+207=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC4CCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4CCF is #43B330. Grayscale: #7C7C7C. Windows color (decimal): -4436785 or 13585596. OLE color: 13585596.

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

Color convert

RGB 188 76 207 -
CMYK 0.09 0.63 0 0.19
HSL 291.3º 0.58% 0.55% -
HSV(B) 291.3º 0.63% 0.81% -
XYZ 34.59 20.37 61.14 -
YUV 124.42 174.61 173.35 -
System Red Green Blue C M Y K H S L
Decimal 188 76 207 0.09 0.63 0 0.19 291.3 0.58 0.55
Hex BC 4C CF 9 3F 0 13 123 3A 37
Octal 274 114 317 11 77 0 23 443 72 67
Binary 10111100 1001100 11001111 1001 111111 0 10011 100100011 111010 110111

Color Harmonies of #BC4CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4CCF

Black with #BC4CCF

Text Example


Text Example

White with #BC4CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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