Html Css Color HEX #BC4BDE Medium Orchid

📋 copy color: '#BC4BDE'

red 188 ◦ green 75 ◦ blue 222

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

Shades of Medium Orchid #BC4BDE

Tints of Medium Orchid #BC4BDE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.46%

 BLUE value IS 222 (87.11% from 255) = 45.77%

R = 38.76%
G = 15.46%
B = 45.77%

CMYK

 C value IS 0.15

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC4BDE (or 0xBC4BDE) is known color: Medium Orchid. HEX triplet: BC, 4B and DE. RGB value is (188,75,222). Sum of RGB (Red+Green+Blue) = 188+75+222=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 75 (29.69% from 255 or 15.46% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC4BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BDE is #43B421. Grayscale: #7D7D7D. Windows color (decimal): -4437026 or 14568380. OLE color: 14568380.

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

Color convert

RGB 188 75 222 -
CMYK 0.15 0.66 0 0.13
HSL 286.12º 0.69% 0.58% -
HSV(B) 286.12º 0.66% 0.87% -
XYZ 36.44 21 71.24 -
YUV 125.55 182.44 172.55 -
System Red Green Blue C M Y K H S L
Decimal 188 75 222 0.15 0.66 0 0.13 286.12 0.69 0.58
Hex BC 4B DE F 42 0 D 11E 45 3A
Octal 274 113 336 17 102 0 15 436 105 72
Binary 10111100 1001011 11011110 1111 1000010 0 1101 100011110 1000101 111010

Color Harmonies of #BC4BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BDE

Black with #BC4BDE

Text Example


Text Example

White with #BC4BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BDE; }

 p { color: rgb(188,75,222); }

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

background-color css

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

 a { background-color: rgb(188,75,222); }

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

border-color css

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

 span { border-color: rgb(188,75,222); }

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