Html Css Color HEX #BC5FDA Medium Orchid

📋 copy color: '#BC5FDA'

red 188 ◦ green 95 ◦ blue 218

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

Shades of Medium Orchid #BC5FDA

Tints of Medium Orchid #BC5FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.51%

R = 37.52%
G = 18.96%
B = 43.51%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BC5FDA (or 0xBC5FDA) is known color: Medium Orchid. HEX triplet: BC, 5F and DA. RGB value is (188,95,218). Sum of RGB (Red+Green+Blue) = 188+95+218=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #BC5FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC5FDA is #43A025. Grayscale: #888888. Windows color (decimal): -4431910 or 14311356. OLE color: 14311356.

HSL color Cylindrical-coordinate representation of color #BC5FDA: hue angle of 285.37º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC5FDA is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 95 218 -
CMYK 0.14 0.56 0 0.15
HSL 285.37º 0.62% 0.61% -
HSV(B) 285.37º 0.56% 0.85% -
XYZ 37.49 23.94 68.97 -
YUV 136.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 188 95 218 0.14 0.56 0 0.15 285.37 0.62 0.61
Hex BC 5F DA E 38 0 F 11D 3E 3D
Octal 274 137 332 16 70 0 17 435 76 75
Binary 10111100 1011111 11011010 1110 111000 0 1111 100011101 111110 111101

Color Harmonies of #BC5FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5FDA

Black with #BC5FDA

Text Example


Text Example

White with #BC5FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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