Html Css Color HEX #BC30DD Medium Orchid

📋 copy color: '#BC30DD'

red 188 ◦ green 48 ◦ blue 221

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

Shades of Medium Orchid #BC30DD

Tints of Medium Orchid #BC30DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.36%

R = 41.14%
G = 10.5%
B = 48.36%

CMYK

 C value IS 0.15

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC30DD (or 0xBC30DD) is known color: Medium Orchid. HEX triplet: BC, 30 and DD. RGB value is (188,48,221). Sum of RGB (Red+Green+Blue) = 188+48+221=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC30DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30DD is #43CF22. Grayscale: #6D6D6D. Windows color (decimal): -4443939 or 14495932. OLE color: 14495932.

HSL color Cylindrical-coordinate representation of color #BC30DD: hue angle of 288.55º degrees, saturation: 0.72, 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 #BC30DD is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 48 221 -
CMYK 0.15 0.78 0 0.13
HSL 288.55º 0.72% 0.53% -
HSV(B) 288.55º 0.78% 0.87% -
XYZ 34.85 18.03 70.05 -
YUV 109.58 190.88 183.93 -
System Red Green Blue C M Y K H S L
Decimal 188 48 221 0.15 0.78 0 0.13 288.55 0.72 0.53
Hex BC 30 DD F 4E 0 D 121 48 35
Octal 274 60 335 17 116 0 15 441 110 65
Binary 10111100 110000 11011101 1111 1001110 0 1101 100100001 1001000 110101

Color Harmonies of #BC30DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30DD

Black with #BC30DD

Text Example


Text Example

White with #BC30DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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