Html Css Color HEX #BC30DB Medium Orchid

📋 copy color: '#BC30DB'

red 188 ◦ green 48 ◦ blue 219

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

Shades of Medium Orchid #BC30DB

Tints of Medium Orchid #BC30DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 41.32%
G = 10.55%
B = 48.13%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BC30DB (or 0xBC30DB) is known color: Medium Orchid. HEX triplet: BC, 30 and DB. RGB value is (188,48,219). Sum of RGB (Red+Green+Blue) = 188+48+219=455 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.32% from 455); Green value is 48 (19.14% from 255 or 10.55% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC30DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC30DB is #43CF24. Grayscale: #6C6C6C. Windows color (decimal): -4443941 or 14364860. OLE color: 14364860.

HSL color Cylindrical-coordinate representation of color #BC30DB: hue angle of 289.12º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC30DB is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 48 219 -
CMYK 0.14 0.78 0 0.14
HSL 289.12º 0.7% 0.52% -
HSV(B) 289.12º 0.78% 0.86% -
XYZ 34.58 17.92 68.65 -
YUV 109.35 189.88 184.1 -
System Red Green Blue C M Y K H S L
Decimal 188 48 219 0.14 0.78 0 0.14 289.12 0.7 0.52
Hex BC 30 DB E 4E 0 E 121 46 34
Octal 274 60 333 16 116 0 16 441 106 64
Binary 10111100 110000 11011011 1110 1001110 0 1110 100100001 1000110 110100

Color Harmonies of #BC30DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC30DB

Black with #BC30DB

Text Example


Text Example

White with #BC30DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC30DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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