Html Css Color HEX #BC5FDF Medium Orchid

📋 copy color: '#BC5FDF'

red 188 ◦ green 95 ◦ blue 223

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

Shades of Medium Orchid #BC5FDF

Tints of Medium Orchid #BC5FDF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.77%

 BLUE value IS 223 (87.5% from 255) = 44.07%

R = 37.15%
G = 18.77%
B = 44.07%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC5FDF (or 0xBC5FDF) is known color: Medium Orchid. HEX triplet: BC, 5F and DF. RGB value is (188,95,223). Sum of RGB (Red+Green+Blue) = 188+95+223=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC5FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FDF is #43A020. Grayscale: #888888. Windows color (decimal): -4431905 or 14639036. OLE color: 14639036.

HSL color Cylindrical-coordinate representation of color #BC5FDF: hue angle of 283.59º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC5FDF is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 95 223 -
CMYK 0.16 0.57 0 0.13
HSL 283.59º 0.67% 0.62% -
HSV(B) 283.59º 0.57% 0.87% -
XYZ 38.15 24.2 72.47 -
YUV 137.4 176.31 164.09 -
System Red Green Blue C M Y K H S L
Decimal 188 95 223 0.16 0.57 0 0.13 283.59 0.67 0.62
Hex BC 5F DF 10 39 0 D 11C 43 3E
Octal 274 137 337 20 71 0 15 434 103 76
Binary 10111100 1011111 11011111 10000 111001 0 1101 100011100 1000011 111110

Color Harmonies of #BC5FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FDF

Black with #BC5FDF

Text Example


Text Example

White with #BC5FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FDF; }

 p { color: rgb(188,95,223); }

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

background-color css

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

 a { background-color: rgb(188,95,223); }

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

border-color css

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

 span { border-color: rgb(188,95,223); }

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