Html Css Color HEX #BC30E0 Medium Orchid

📋 copy color: '#BC30E0'

red 188 ◦ green 48 ◦ blue 224

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

Shades of Medium Orchid #BC30E0

Tints of Medium Orchid #BC30E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 48.7%

R = 40.87%
G = 10.43%
B = 48.7%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BC30E0 (or 0xBC30E0) is known color: Medium Orchid. HEX triplet: BC, 30 and E0. RGB value is (188,48,224). Sum of RGB (Red+Green+Blue) = 188+48+224=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 48 (19.14% from 255 or 10.43% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC30E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30E0 is #43CF1F. Grayscale: #6D6D6D. Windows color (decimal): -4443936 or 14692540. OLE color: 14692540.

HSL color Cylindrical-coordinate representation of color #BC30E0: hue angle of 287.73º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC30E0 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 188 48 224 -
CMYK 0.16 0.79 0 0.12
HSL 287.73º 0.74% 0.53% -
HSV(B) 287.73º 0.79% 0.88% -
XYZ 35.25 18.19 72.17 -
YUV 109.92 192.38 183.69 -
System Red Green Blue C M Y K H S L
Decimal 188 48 224 0.16 0.79 0 0.12 287.73 0.74 0.53
Hex BC 30 E0 10 4F 0 C 120 4A 35
Octal 274 60 340 20 117 0 14 440 112 65
Binary 10111100 110000 11100000 10000 1001111 0 1100 100100000 1001010 110101

Color Harmonies of #BC30E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30E0

Black with #BC30E0

Text Example


Text Example

White with #BC30E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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