Html Css Color HEX #BC44CF Medium Orchid

📋 copy color: '#BC44CF'

red 188 ◦ green 68 ◦ blue 207

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

Shades of Medium Orchid #BC44CF

Tints of Medium Orchid #BC44CF

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.69%

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

R = 40.6%
G = 14.69%
B = 44.71%

CMYK

 C value IS 0.09

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC44CF (or 0xBC44CF) is known color: Medium Orchid. HEX triplet: BC, 44 and CF. RGB value is (188,68,207). Sum of RGB (Red+Green+Blue) = 188+68+207=463 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.60% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC44CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC44CF is #43BB30. Grayscale: #777777. Windows color (decimal): -4438833 or 13583548. OLE color: 13583548.

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

Color convert

RGB 188 68 207 -
CMYK 0.09 0.67 0 0.19
HSL 291.8º 0.59% 0.54% -
HSV(B) 291.8º 0.67% 0.81% -
XYZ 34.07 19.33 60.97 -
YUV 119.73 177.26 176.7 -
System Red Green Blue C M Y K H S L
Decimal 188 68 207 0.09 0.67 0 0.19 291.8 0.59 0.54
Hex BC 44 CF 9 43 0 13 124 3B 36
Octal 274 104 317 11 103 0 23 444 73 66
Binary 10111100 1000100 11001111 1001 1000011 0 10011 100100100 111011 110110

Color Harmonies of #BC44CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC44CF

Black with #BC44CF

Text Example


Text Example

White with #BC44CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC44CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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