Html Css Color HEX #BC30EF Medium Orchid

📋 copy color: '#BC30EF'

red 188 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #BC30EF

Tints of Medium Orchid #BC30EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.32%

R = 39.58%
G = 10.11%
B = 50.32%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BC30EF (or 0xBC30EF) is known color: Medium Orchid. HEX triplet: BC, 30 and EF. RGB value is (188,48,239). Sum of RGB (Red+Green+Blue) = 188+48+239=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #BC30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30EF is #43CF10. Grayscale: #6F6F6F. Windows color (decimal): -4443921 or 15675580. OLE color: 15675580.

HSL color Cylindrical-coordinate representation of color #BC30EF: hue angle of 283.98º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BC30EF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 188 48 239 -
CMYK 0.21 0.80 0 0.06
HSL 283.98º 0.86% 0.56% -
HSV(B) 283.98º 0.8% 0.94% -
XYZ 37.38 19.04 83.37 -
YUV 111.63 199.88 182.47 -
System Red Green Blue C M Y K H S L
Decimal 188 48 239 0.21 0.80 0 0.06 283.98 0.86 0.56
Hex BC 30 EF 15 50 0 6 11C 56 38
Octal 274 60 357 25 120 0 6 434 126 70
Binary 10111100 110000 11101111 10101 1010000 0 110 100011100 1010110 111000

Color Harmonies of #BC30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30EF

Black with #BC30EF

Text Example


Text Example

White with #BC30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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