Html Css Color HEX #BC5CF4 Medium Orchid

📋 copy color: '#BC5CF4'

red 188 ◦ green 92 ◦ blue 244

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

Shades of Medium Orchid #BC5CF4

Tints of Medium Orchid #BC5CF4

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.56%

 BLUE value IS 244 (95.7% from 255) = 46.56%

R = 35.88%
G = 17.56%
B = 46.56%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BC5CF4 (or 0xBC5CF4) is known color: Medium Orchid. HEX triplet: BC, 5C and F4. RGB value is (188,92,244). Sum of RGB (Red+Green+Blue) = 188+92+244=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 244 (95.70% from 255 or 46.56% from 524); Max value from RGB is 244 - color contains mainly: blue. Hex color #BC5CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC5CF4 is #43A30B. Grayscale: #898989. Windows color (decimal): -4432652 or 16014524. OLE color: 16014524.

HSL color Cylindrical-coordinate representation of color #BC5CF4: hue angle of 277.89º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC5CF4 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 92 244 -
CMYK 0.23 0.62 0 0.04
HSL 277.89º 0.87% 0.66% -
HSV(B) 277.89º 0.62% 0.96% -
XYZ 40.9 24.88 88.23 -
YUV 138.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 188 92 244 0.23 0.62 0 0.04 277.89 0.87 0.66
Hex BC 5C F4 17 3E 0 4 116 57 42
Octal 274 134 364 27 76 0 4 426 127 102
Binary 10111100 1011100 11110100 10111 111110 0 100 100010110 1010111 1000010

Color Harmonies of #BC5CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CF4

Black with #BC5CF4

Text Example


Text Example

White with #BC5CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CF4; }

 p { color: rgb(188,92,244); }

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

background-color css

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

 a { background-color: rgb(188,92,244); }

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

border-color css

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

 span { border-color: rgb(188,92,244); }

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