Html Css Color HEX #BC30EC Medium Orchid

📋 copy color: '#BC30EC'

red 188 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #BC30EC

Tints of Medium Orchid #BC30EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.17%

 BLUE value IS 236 (92.58% from 255) = 50%

R = 39.83%
G = 10.17%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC30EC (or 0xBC30EC) is known color: Medium Orchid. HEX triplet: BC, 30 and EC. RGB value is (188,48,236). Sum of RGB (Red+Green+Blue) = 188+48+236=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 48 (19.14% from 255 or 10.17% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #BC30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30EC is #43CF13. Grayscale: #6E6E6E. Windows color (decimal): -4443924 or 15478972. OLE color: 15478972.

HSL color Cylindrical-coordinate representation of color #BC30EC: hue angle of 284.68º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC30EC is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 48 236 -
CMYK 0.20 0.80 0 0.07
HSL 284.68º 0.83% 0.56% -
HSV(B) 284.68º 0.8% 0.93% -
XYZ 36.94 18.86 81.05 -
YUV 111.29 198.38 182.71 -
System Red Green Blue C M Y K H S L
Decimal 188 48 236 0.20 0.80 0 0.07 284.68 0.83 0.56
Hex BC 30 EC 14 50 0 7 11D 53 38
Octal 274 60 354 24 120 0 7 435 123 70
Binary 10111100 110000 11101100 10100 1010000 0 111 100011101 1010011 111000

Color Harmonies of #BC30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30EC

Black with #BC30EC

Text Example


Text Example

White with #BC30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30EC; }

 p { color: rgb(188,48,236); }

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

background-color css

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

 a { background-color: rgb(188,48,236); }

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

border-color css

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

 span { border-color: rgb(188,48,236); }

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