Html Css Color HEX #BC4BDA Medium Orchid

📋 copy color: '#BC4BDA'

red 188 ◦ green 75 ◦ blue 218

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

Shades of Medium Orchid #BC4BDA

Tints of Medium Orchid #BC4BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 39.09%
G = 15.59%
B = 45.32%

CMYK

 C value IS 0.14

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC4BDA (or 0xBC4BDA) is known color: Medium Orchid. HEX triplet: BC, 4B and DA. RGB value is (188,75,218). Sum of RGB (Red+Green+Blue) = 188+75+218=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC4BDA is #43B425. Grayscale: #7C7C7C. Windows color (decimal): -4437030 or 14306236. OLE color: 14306236.

HSL color Cylindrical-coordinate representation of color #BC4BDA: hue angle of 287.41º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC4BDA is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 75 218 -
CMYK 0.14 0.66 0 0.15
HSL 287.41º 0.66% 0.57% -
HSV(B) 287.41º 0.66% 0.85% -
XYZ 35.91 20.79 68.45 -
YUV 125.09 180.44 172.87 -
System Red Green Blue C M Y K H S L
Decimal 188 75 218 0.14 0.66 0 0.15 287.41 0.66 0.57
Hex BC 4B DA E 42 0 F 11F 42 39
Octal 274 113 332 16 102 0 17 437 102 71
Binary 10111100 1001011 11011010 1110 1000010 0 1111 100011111 1000010 111001

Color Harmonies of #BC4BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BDA

Black with #BC4BDA

Text Example


Text Example

White with #BC4BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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