Html Css Color HEX #BC30DF Medium Orchid

📋 copy color: '#BC30DF'

red 188 ◦ green 48 ◦ blue 223

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

Shades of Medium Orchid #BC30DF

Tints of Medium Orchid #BC30DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.58%

R = 40.96%
G = 10.46%
B = 48.58%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC30DF (or 0xBC30DF) is known color: Medium Orchid. HEX triplet: BC, 30 and DF. RGB value is (188,48,223). Sum of RGB (Red+Green+Blue) = 188+48+223=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC30DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30DF is #43CF20. Grayscale: #6D6D6D. Windows color (decimal): -4443937 or 14627004. OLE color: 14627004.

HSL color Cylindrical-coordinate representation of color #BC30DF: hue angle of 288º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC30DF is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 48 223 -
CMYK 0.16 0.78 0 0.13
HSL 288º 0.73% 0.53% -
HSV(B) 288º 0.78% 0.87% -
XYZ 35.12 18.13 71.46 -
YUV 109.81 191.88 183.77 -
System Red Green Blue C M Y K H S L
Decimal 188 48 223 0.16 0.78 0 0.13 288 0.73 0.53
Hex BC 30 DF 10 4E 0 D 120 49 35
Octal 274 60 337 20 116 0 15 440 111 65
Binary 10111100 110000 11011111 10000 1001110 0 1101 100100000 1001001 110101

Color Harmonies of #BC30DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30DF

Black with #BC30DF

Text Example


Text Example

White with #BC30DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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