Html Css Color HEX #BC30EE Medium Orchid

📋 copy color: '#BC30EE'

red 188 ◦ green 48 ◦ blue 238

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

Shades of Medium Orchid #BC30EE

Tints of Medium Orchid #BC30EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 39.66%
G = 10.13%
B = 50.21%

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

#BC30EE (or 0xBC30EE) is known color: Medium Orchid. HEX triplet: BC, 30 and EE. RGB value is (188,48,238). Sum of RGB (Red+Green+Blue) = 188+48+238=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 48 (19.14% from 255 or 10.13% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #BC30EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BC30EE is #43CF11. Grayscale: #6E6E6E. Windows color (decimal): -4443922 or 15610044. OLE color: 15610044.

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

Color convert

RGB 188 48 238 -
CMYK 0.21 0.80 0 0.07
HSL 284.21º 0.85% 0.56% -
HSV(B) 284.21º 0.8% 0.93% -
XYZ 37.23 18.98 82.59 -
YUV 111.52 199.38 182.55 -
System Red Green Blue C M Y K H S L
Decimal 188 48 238 0.21 0.80 0 0.07 284.21 0.85 0.56
Hex BC 30 EE 15 50 0 7 11C 55 38
Octal 274 60 356 25 120 0 7 434 125 70
Binary 10111100 110000 11101110 10101 1010000 0 111 100011100 1010101 111000

Color Harmonies of #BC30EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30EE

Black with #BC30EE

Text Example


Text Example

White with #BC30EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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