Html Css Color HEX #BC4BFE Medium Orchid

📋 copy color: '#BC4BFE'

red 188 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #BC4BFE

Tints of Medium Orchid #BC4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.51%

 BLUE value IS 254 (99.61% from 255) = 49.13%

R = 36.36%
G = 14.51%
B = 49.13%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BC4BFE (or 0xBC4BFE) is known color: Medium Orchid. HEX triplet: BC, 4B and FE. RGB value is (188,75,254). Sum of RGB (Red+Green+Blue) = 188+75+254=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #BC4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC4BFE is #43B401. Grayscale: #808080. Windows color (decimal): -4436994 or 16665532. OLE color: 16665532.

HSL color Cylindrical-coordinate representation of color #BC4BFE: hue angle of 277.88º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4BFE is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 75 254 -
CMYK 0.26 0.70 0 0.00
HSL 277.88º 0.99% 0.65% -
HSV(B) 277.88º 0.7% 1% -
XYZ 41.14 22.88 96.01 -
YUV 129.19 198.44 169.95 -
System Red Green Blue C M Y K H S L
Decimal 188 75 254 0.26 0.70 0 0.00 277.88 0.99 0.65
Hex BC 4B FE 1A 46 0 0 116 63 41
Octal 274 113 376 32 106 0 0 426 143 101
Binary 10111100 1001011 11111110 11010 1000110 0 0 100010110 1100011 1000001

Color Harmonies of #BC4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BFE

Black with #BC4BFE

Text Example


Text Example

White with #BC4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BFE; }

 p { color: rgb(188,75,254); }

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

background-color css

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

 a { background-color: rgb(188,75,254); }

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

border-color css

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

 span { border-color: rgb(188,75,254); }

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