Html Css Color HEX #BC3EF8 Medium Orchid

📋 copy color: '#BC3EF8'

red 188 ◦ green 62 ◦ blue 248

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

Shades of Medium Orchid #BC3EF8

Tints of Medium Orchid #BC3EF8

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.45%

 BLUE value IS 248 (97.27% from 255) = 49.8%

R = 37.75%
G = 12.45%
B = 49.8%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BC3EF8 (or 0xBC3EF8) is known color: Medium Orchid. HEX triplet: BC, 3E and F8. RGB value is (188,62,248). Sum of RGB (Red+Green+Blue) = 188+62+248=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 62 (24.61% from 255 or 12.45% from 498); Blue value is 248 (97.27% from 255 or 49.80% from 498); Max value from RGB is 248 - color contains mainly: blue. Hex color #BC3EF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC3EF8 is #43C107. Grayscale: #787878. Windows color (decimal): -4440328 or 16268988. OLE color: 16268988.

HSL color Cylindrical-coordinate representation of color #BC3EF8: hue angle of 280.65º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC3EF8 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 62 248 -
CMYK 0.24 0.75 0 0.03
HSL 280.65º 0.93% 0.61% -
HSV(B) 280.65º 0.75% 0.97% -
XYZ 39.4 20.91 90.77 -
YUV 120.88 199.74 175.88 -
System Red Green Blue C M Y K H S L
Decimal 188 62 248 0.24 0.75 0 0.03 280.65 0.93 0.61
Hex BC 3E F8 18 4B 0 3 119 5D 3D
Octal 274 76 370 30 113 0 3 431 135 75
Binary 10111100 111110 11111000 11000 1001011 0 11 100011001 1011101 111101

Color Harmonies of #BC3EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3EF8

Black with #BC3EF8

Text Example


Text Example

White with #BC3EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3EF8; }

 p { color: rgb(188,62,248); }

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

background-color css

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

 a { background-color: rgb(188,62,248); }

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

border-color css

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

 span { border-color: rgb(188,62,248); }

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