Html Css Color HEX #BC5ACF Medium Orchid

📋 copy color: '#BC5ACF'

red 188 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #BC5ACF

Tints of Medium Orchid #BC5ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.56%

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

R = 38.76%
G = 18.56%
B = 42.68%

CMYK

 C value IS 0.09

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC5ACF (or 0xBC5ACF) is known color: Medium Orchid. HEX triplet: BC, 5A and CF. RGB value is (188,90,207). Sum of RGB (Red+Green+Blue) = 188+90+207=485 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.76% from 485); Green value is 90 (35.55% from 255 or 18.56% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC5ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5ACF is #43A530. Grayscale: #848484. Windows color (decimal): -4433201 or 13589180. OLE color: 13589180.

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

Color convert

RGB 188 90 207 -
CMYK 0.09 0.57 0 0.19
HSL 290.26º 0.55% 0.58% -
HSV(B) 290.26º 0.57% 0.81% -
XYZ 35.66 22.51 61.5 -
YUV 132.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 188 90 207 0.09 0.57 0 0.19 290.26 0.55 0.58
Hex BC 5A CF 9 39 0 13 122 37 3A
Octal 274 132 317 11 71 0 23 442 67 72
Binary 10111100 1011010 11001111 1001 111001 0 10011 100100010 110111 111010

Color Harmonies of #BC5ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5ACF

Black with #BC5ACF

Text Example


Text Example

White with #BC5ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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