Html Css Color HEX #BC30D9 Medium Orchid

📋 copy color: '#BC30D9'

red 188 ◦ green 48 ◦ blue 217

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

Shades of Medium Orchid #BC30D9

Tints of Medium Orchid #BC30D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.9%

R = 41.5%
G = 10.6%
B = 47.9%

CMYK

 C value IS 0.13

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC30D9 (or 0xBC30D9) is known color: Medium Orchid. HEX triplet: BC, 30 and D9. RGB value is (188,48,217). Sum of RGB (Red+Green+Blue) = 188+48+217=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 48 (19.14% from 255 or 10.60% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #BC30D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30D9 is #43CF26. Grayscale: #6C6C6C. Windows color (decimal): -4443943 or 14233788. OLE color: 14233788.

HSL color Cylindrical-coordinate representation of color #BC30D9: hue angle of 289.7º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC30D9 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 48 217 -
CMYK 0.13 0.78 0 0.15
HSL 289.7º 0.69% 0.52% -
HSV(B) 289.7º 0.78% 0.85% -
XYZ 34.32 17.82 67.28 -
YUV 109.13 188.88 184.26 -
System Red Green Blue C M Y K H S L
Decimal 188 48 217 0.13 0.78 0 0.15 289.7 0.69 0.52
Hex BC 30 D9 D 4E 0 F 122 45 34
Octal 274 60 331 15 116 0 17 442 105 64
Binary 10111100 110000 11011001 1101 1001110 0 1111 100100010 1000101 110100

Color Harmonies of #BC30D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30D9

Black with #BC30D9

Text Example


Text Example

White with #BC30D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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