Html Css Color HEX #BC3DFD Medium Orchid

📋 copy color: '#BC3DFD'

red 188 ◦ green 61 ◦ blue 253

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

Shades of Medium Orchid #BC3DFD

Tints of Medium Orchid #BC3DFD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 12.15%

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 37.45%
G = 12.15%
B = 50.4%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC3DFD (or 0xBC3DFD) is known color: Medium Orchid. HEX triplet: BC, 3D and FD. RGB value is (188,61,253). Sum of RGB (Red+Green+Blue) = 188+61+253=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 61 (24.22% from 255 or 12.15% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC3DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DFD is #43C202. Grayscale: #787878. Windows color (decimal): -4440579 or 16596412. OLE color: 16596412.

HSL color Cylindrical-coordinate representation of color #BC3DFD: hue angle of 279.69º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC3DFD is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 61 253 -
CMYK 0.26 0.76 0 0.01
HSL 279.69º 0.98% 0.62% -
HSV(B) 279.69º 0.76% 0.99% -
XYZ 40.14 21.12 94.89 -
YUV 120.86 202.58 175.89 -
System Red Green Blue C M Y K H S L
Decimal 188 61 253 0.26 0.76 0 0.01 279.69 0.98 0.62
Hex BC 3D FD 1A 4C 0 1 118 62 3E
Octal 274 75 375 32 114 0 1 430 142 76
Binary 10111100 111101 11111101 11010 1001100 0 1 100011000 1100010 111110

Color Harmonies of #BC3DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DFD

Black with #BC3DFD

Text Example


Text Example

White with #BC3DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DFD; }

 p { color: rgb(188,61,253); }

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

background-color css

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

 a { background-color: rgb(188,61,253); }

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

border-color css

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

 span { border-color: rgb(188,61,253); }

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