Html Css Color HEX #BC74CF Medium Orchid

📋 copy color: '#BC74CF'

red 188 ◦ green 116 ◦ blue 207

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

Shades of Medium Orchid #BC74CF

Tints of Medium Orchid #BC74CF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 22.7%

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

R = 36.79%
G = 22.7%
B = 40.51%

CMYK

 C value IS 0.09

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC74CF (or 0xBC74CF) is known color: Medium Orchid. HEX triplet: BC, 74 and CF. RGB value is (188,116,207). Sum of RGB (Red+Green+Blue) = 188+116+207=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 116 (45.70% from 255 or 22.70% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC74CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC74CF is #438B30. Grayscale: #939393. Windows color (decimal): -4426545 or 13595836. OLE color: 13595836.

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

Color convert

RGB 188 116 207 -
CMYK 0.09 0.44 0 0.19
HSL 287.47º 0.49% 0.63% -
HSV(B) 287.47º 0.44% 0.81% -
XYZ 38.25 27.69 62.36 -
YUV 147.9 161.35 156.6 -
System Red Green Blue C M Y K H S L
Decimal 188 116 207 0.09 0.44 0 0.19 287.47 0.49 0.63
Hex BC 74 CF 9 2C 0 13 11F 31 3F
Octal 274 164 317 11 54 0 23 437 61 77
Binary 10111100 1110100 11001111 1001 101100 0 10011 100011111 110001 111111

Color Harmonies of #BC74CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC74CF

Black with #BC74CF

Text Example


Text Example

White with #BC74CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC74CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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