Html Css Color HEX #BC3AFF Medium Orchid

📋 copy color: '#BC3AFF'

red 188 ◦ green 58 ◦ blue 255

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

Shades of Medium Orchid #BC3AFF

Tints of Medium Orchid #BC3AFF

RGB

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

 GREEN value IS 58 (23.05% from 255) = 11.58%

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

R = 37.52%
G = 11.58%
B = 50.9%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BC3AFF (or 0xBC3AFF) is known color: Medium Orchid. HEX triplet: BC, 3A and FF. RGB value is (188,58,255). Sum of RGB (Red+Green+Blue) = 188+58+255=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 58 (23.05% from 255 or 11.58% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC3AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3AFF is #43C500. Grayscale: #767676. Windows color (decimal): -4441345 or 16726716. OLE color: 16726716.

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

Color convert

RGB 188 58 255 -
CMYK 0.26 0.77 0 0
HSL 279.59º 1% 0.61% -
HSV(B) 279.59º 0.77% 1% -
XYZ 40.3 20.94 96.52 -
YUV 119.33 204.57 176.98 -
System Red Green Blue C M Y K H S L
Decimal 188 58 255 0.26 0.77 0 0 279.59 1 0.61
Hex BC 3A FF 1A 4D 0 0 118 64 3D
Octal 274 72 377 32 115 0 0 430 144 75
Binary 10111100 111010 11111111 11010 1001101 0 0 100011000 1100100 111101

Color Harmonies of #BC3AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3AFF

Black with #BC3AFF

Text Example


Text Example

White with #BC3AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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