Html Css Color HEX #BC4FEF Medium Orchid

📋 copy color: '#BC4FEF'

red 188 ◦ green 79 ◦ blue 239

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

Shades of Medium Orchid #BC4FEF

Tints of Medium Orchid #BC4FEF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 15.61%

 BLUE value IS 239 (93.75% from 255) = 47.23%

R = 37.15%
G = 15.61%
B = 47.23%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC4FEF (or 0xBC4FEF) is known color: Medium Orchid. HEX triplet: BC, 4F and EF. RGB value is (188,79,239). Sum of RGB (Red+Green+Blue) = 188+79+239=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 79 (31.25% from 255 or 15.61% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC4FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4FEF is #43B010. Grayscale: #818181. Windows color (decimal): -4435985 or 15683516. OLE color: 15683516.

HSL color Cylindrical-coordinate representation of color #BC4FEF: hue angle of 280.88º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BC4FEF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 79 239 -
CMYK 0.21 0.67 0 0.06
HSL 280.88º 0.83% 0.62% -
HSV(B) 280.88º 0.67% 0.94% -
XYZ 39.12 22.52 83.95 -
YUV 129.83 189.61 169.49 -
System Red Green Blue C M Y K H S L
Decimal 188 79 239 0.21 0.67 0 0.06 280.88 0.83 0.62
Hex BC 4F EF 15 43 0 6 119 53 3E
Octal 274 117 357 25 103 0 6 431 123 76
Binary 10111100 1001111 11101111 10101 1000011 0 110 100011001 1010011 111110

Color Harmonies of #BC4FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4FEF

Black with #BC4FEF

Text Example


Text Example

White with #BC4FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4FEF; }

 p { color: rgb(188,79,239); }

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

background-color css

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

 a { background-color: rgb(188,79,239); }

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

border-color css

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

 span { border-color: rgb(188,79,239); }

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