Html Css Color HEX #BC5BCF Medium Orchid

📋 copy color: '#BC5BCF'

red 188 ◦ green 91 ◦ blue 207

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

Shades of Medium Orchid #BC5BCF

Tints of Medium Orchid #BC5BCF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.72%

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

R = 38.68%
G = 18.72%
B = 42.59%

CMYK

 C value IS 0.09

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC5BCF (or 0xBC5BCF) is known color: Medium Orchid. HEX triplet: BC, 5B and CF. RGB value is (188,91,207). Sum of RGB (Red+Green+Blue) = 188+91+207=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC5BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5BCF is #43A430. Grayscale: #848484. Windows color (decimal): -4432945 or 13589436. OLE color: 13589436.

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

Color convert

RGB 188 91 207 -
CMYK 0.09 0.56 0 0.19
HSL 290.17º 0.55% 0.58% -
HSV(B) 290.17º 0.56% 0.81% -
XYZ 35.74 22.68 61.53 -
YUV 133.23 169.64 167.07 -
System Red Green Blue C M Y K H S L
Decimal 188 91 207 0.09 0.56 0 0.19 290.17 0.55 0.58
Hex BC 5B CF 9 38 0 13 122 37 3A
Octal 274 133 317 11 70 0 23 442 67 72
Binary 10111100 1011011 11001111 1001 111000 0 10011 100100010 110111 111010

Color Harmonies of #BC5BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5BCF

Black with #BC5BCF

Text Example


Text Example

White with #BC5BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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