Html Css Color HEX #BC53CF Medium Orchid

📋 copy color: '#BC53CF'

red 188 ◦ green 83 ◦ blue 207

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

Shades of Medium Orchid #BC53CF

Tints of Medium Orchid #BC53CF

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.36%

 BLUE value IS 207 (81.25% from 255) = 43.31%

R = 39.33%
G = 17.36%
B = 43.31%

CMYK

 C value IS 0.09

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC53CF (or 0xBC53CF) is known color: Medium Orchid. HEX triplet: BC, 53 and CF. RGB value is (188,83,207). Sum of RGB (Red+Green+Blue) = 188+83+207=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC53CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC53CF is #43AC30. Grayscale: #808080. Windows color (decimal): -4434993 or 13587388. OLE color: 13587388.

HSL color Cylindrical-coordinate representation of color #BC53CF: hue angle of 290.81º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC53CF is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 83 207 -
CMYK 0.09 0.60 0 0.19
HSL 290.81º 0.56% 0.57% -
HSV(B) 290.81º 0.6% 0.81% -
XYZ 35.09 21.38 61.31 -
YUV 128.53 172.29 170.42 -
System Red Green Blue C M Y K H S L
Decimal 188 83 207 0.09 0.60 0 0.19 290.81 0.56 0.57
Hex BC 53 CF 9 3C 0 13 123 38 39
Octal 274 123 317 11 74 0 23 443 70 71
Binary 10111100 1010011 11001111 1001 111100 0 10011 100100011 111000 111001

Color Harmonies of #BC53CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC53CF

Black with #BC53CF

Text Example


Text Example

White with #BC53CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC53CF; }

 p { color: rgb(188,83,207); }

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

background-color css

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

 a { background-color: rgb(188,83,207); }

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

border-color css

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

 span { border-color: rgb(188,83,207); }

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