Html Css Color HEX #BC30ED Medium Orchid

📋 copy color: '#BC30ED'

red 188 ◦ green 48 ◦ blue 237

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

Shades of Medium Orchid #BC30ED

Tints of Medium Orchid #BC30ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 39.75%
G = 10.15%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BC30ED (or 0xBC30ED) is known color: Medium Orchid. HEX triplet: BC, 30 and ED. RGB value is (188,48,237). Sum of RGB (Red+Green+Blue) = 188+48+237=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 48 (19.14% from 255 or 10.15% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC30ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30ED is #43CF12. Grayscale: #6E6E6E. Windows color (decimal): -4443923 or 15544508. OLE color: 15544508.

HSL color Cylindrical-coordinate representation of color #BC30ED: hue angle of 284.44º degrees, saturation: 0.84, 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 #BC30ED is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 48 237 -
CMYK 0.21 0.80 0 0.07
HSL 284.44º 0.84% 0.56% -
HSV(B) 284.44º 0.8% 0.93% -
XYZ 37.08 18.92 81.82 -
YUV 111.41 198.88 182.63 -
System Red Green Blue C M Y K H S L
Decimal 188 48 237 0.21 0.80 0 0.07 284.44 0.84 0.56
Hex BC 30 ED 15 50 0 7 11C 54 38
Octal 274 60 355 25 120 0 7 434 124 70
Binary 10111100 110000 11101101 10101 1010000 0 111 100011100 1010100 111000

Color Harmonies of #BC30ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30ED

Black with #BC30ED

Text Example


Text Example

White with #BC30ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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