Html Css Color HEX #BC30E5 Medium Orchid

📋 copy color: '#BC30E5'

red 188 ◦ green 48 ◦ blue 229

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

Shades of Medium Orchid #BC30E5

Tints of Medium Orchid #BC30E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.25%

R = 40.43%
G = 10.32%
B = 49.25%

CMYK

 C value IS 0.18

 M value IS 0.79

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BC30E5 (or 0xBC30E5) is known color: Medium Orchid. HEX triplet: BC, 30 and E5. RGB value is (188,48,229). Sum of RGB (Red+Green+Blue) = 188+48+229=465 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.43% from 465); Green value is 48 (19.14% from 255 or 10.32% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #BC30E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30E5 is #43CF1A. Grayscale: #6D6D6D. Windows color (decimal): -4443931 or 15020220. OLE color: 15020220.

HSL color Cylindrical-coordinate representation of color #BC30E5: hue angle of 286.41º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BC30E5 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 188 48 229 -
CMYK 0.18 0.79 0 0.10
HSL 286.41º 0.78% 0.54% -
HSV(B) 286.41º 0.79% 0.9% -
XYZ 35.94 18.46 75.8 -
YUV 110.49 194.88 183.28 -
System Red Green Blue C M Y K H S L
Decimal 188 48 229 0.18 0.79 0 0.10 286.41 0.78 0.54
Hex BC 30 E5 12 4F 0 A 11E 4E 36
Octal 274 60 345 22 117 0 12 436 116 66
Binary 10111100 110000 11100101 10010 1001111 0 1010 100011110 1001110 110110

Color Harmonies of #BC30E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30E5

Black with #BC30E5

Text Example


Text Example

White with #BC30E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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