Html Css Color HEX #BC30D1 Medium Orchid

📋 copy color: '#BC30D1'

red 188 ◦ green 48 ◦ blue 209

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

Shades of Medium Orchid #BC30D1

Tints of Medium Orchid #BC30D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.97%

R = 42.25%
G = 10.79%
B = 46.97%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BC30D1 (or 0xBC30D1) is known color: Medium Orchid. HEX triplet: BC, 30 and D1. RGB value is (188,48,209). Sum of RGB (Red+Green+Blue) = 188+48+209=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 48 (19.14% from 255 or 10.79% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC30D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30D1 is #43CF2E. Grayscale: #6B6B6B. Windows color (decimal): -4443951 or 13709500. OLE color: 13709500.

HSL color Cylindrical-coordinate representation of color #BC30D1: hue angle of 292.17º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC30D1 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 48 209 -
CMYK 0.10 0.77 0 0.18
HSL 292.17º 0.64% 0.5% -
HSV(B) 292.17º 0.77% 0.82% -
XYZ 33.3 17.41 61.93 -
YUV 108.21 184.88 184.91 -
System Red Green Blue C M Y K H S L
Decimal 188 48 209 0.10 0.77 0 0.18 292.17 0.64 0.5
Hex BC 30 D1 A 4D 0 12 124 40 32
Octal 274 60 321 12 115 0 22 444 100 62
Binary 10111100 110000 11010001 1010 1001101 0 10010 100100100 1000000 110010

Color Harmonies of #BC30D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30D1

Black with #BC30D1

Text Example


Text Example

White with #BC30D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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