Html Css Color HEX #BC3BFD Medium Orchid

📋 copy color: '#BC3BFD'

red 188 ◦ green 59 ◦ blue 253

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

Shades of Medium Orchid #BC3BFD

Tints of Medium Orchid #BC3BFD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.8%

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

R = 37.6%
G = 11.8%
B = 50.6%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BC3BFD (or 0xBC3BFD) is known color: Medium Orchid. HEX triplet: BC, 3B and FD. RGB value is (188,59,253). Sum of RGB (Red+Green+Blue) = 188+59+253=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC3BFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3BFD is #43C402. Grayscale: #777777. Windows color (decimal): -4441091 or 16595900. OLE color: 16595900.

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

Color convert

RGB 188 59 253 -
CMYK 0.26 0.77 0 0.01
HSL 279.9º 0.98% 0.61% -
HSV(B) 279.9º 0.77% 0.99% -
XYZ 40.03 20.91 94.85 -
YUV 119.69 203.24 176.73 -
System Red Green Blue C M Y K H S L
Decimal 188 59 253 0.26 0.77 0 0.01 279.9 0.98 0.61
Hex BC 3B FD 1A 4D 0 1 118 62 3D
Octal 274 73 375 32 115 0 1 430 142 75
Binary 10111100 111011 11111101 11010 1001101 0 1 100011000 1100010 111101

Color Harmonies of #BC3BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3BFD

Black with #BC3BFD

Text Example


Text Example

White with #BC3BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3BFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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