Html Css Color HEX #BC5CCF Medium Orchid

📋 copy color: '#BC5CCF'

red 188 ◦ green 92 ◦ blue 207

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

Shades of Medium Orchid #BC5CCF

Tints of Medium Orchid #BC5CCF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.89%

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

R = 38.6%
G = 18.89%
B = 42.51%

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

#BC5CCF (or 0xBC5CCF) is known color: Medium Orchid. HEX triplet: BC, 5C and CF. RGB value is (188,92,207). Sum of RGB (Red+Green+Blue) = 188+92+207=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 92 (36.33% from 255 or 18.89% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC5CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5CCF is #43A330. Grayscale: #858585. Windows color (decimal): -4432689 or 13589692. OLE color: 13589692.

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

Color convert

RGB 188 92 207 -
CMYK 0.09 0.56 0 0.19
HSL 290.09º 0.55% 0.59% -
HSV(B) 290.09º 0.56% 0.81% -
XYZ 35.83 22.85 61.55 -
YUV 133.81 169.3 166.65 -
System Red Green Blue C M Y K H S L
Decimal 188 92 207 0.09 0.56 0 0.19 290.09 0.55 0.59
Hex BC 5C CF 9 38 0 13 122 37 3B
Octal 274 134 317 11 70 0 23 442 67 73
Binary 10111100 1011100 11001111 1001 111000 0 10011 100100010 110111 111011

Color Harmonies of #BC5CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5CCF

Black with #BC5CCF

Text Example


Text Example

White with #BC5CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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