Html Css Color HEX #BC3DFF Medium Orchid

📋 copy color: '#BC3DFF'

red 188 ◦ green 61 ◦ blue 255

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

Shades of Medium Orchid #BC3DFF

Tints of Medium Orchid #BC3DFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 37.3%
G = 12.1%
B = 50.6%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC3DFF (or 0xBC3DFF) is known color: Medium Orchid. HEX triplet: BC, 3D and FF. RGB value is (188,61,255). Sum of RGB (Red+Green+Blue) = 188+61+255=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC3DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3DFF is #43C200. Grayscale: #787878. Windows color (decimal): -4440577 or 16727484. OLE color: 16727484.

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

Color convert

RGB 188 61 255 -
CMYK 0.26 0.76 0 0
HSL 279.28º 1% 0.62% -
HSV(B) 279.28º 0.76% 1% -
XYZ 40.46 21.25 96.58 -
YUV 121.09 203.58 175.73 -
System Red Green Blue C M Y K H S L
Decimal 188 61 255 0.26 0.76 0 0 279.28 1 0.62
Hex BC 3D FF 1A 4C 0 0 117 64 3E
Octal 274 75 377 32 114 0 0 427 144 76
Binary 10111100 111101 11111111 11010 1001100 0 0 100010111 1100100 111110

Color Harmonies of #BC3DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3DFF

Black with #BC3DFF

Text Example


Text Example

White with #BC3DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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