Html Css Color HEX #BD5FDC Medium Orchid

📋 copy color: '#BD5FDC'

red 189 ◦ green 95 ◦ blue 220

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

Shades of Medium Orchid #BD5FDC

Tints of Medium Orchid #BD5FDC

RGB

 RED value IS 189 (74.22% from 255) = 37.5%

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

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 37.5%
G = 18.85%
B = 43.65%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD5FDC (or 0xBD5FDC) is known color: Medium Orchid. HEX triplet: BD, 5F and DC. RGB value is (189,95,220). Sum of RGB (Red+Green+Blue) = 189+95+220=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD5FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD5FDC is #42A023. Grayscale: #888888. Windows color (decimal): -4366372 or 14442429. OLE color: 14442429.

HSL color Cylindrical-coordinate representation of color #BD5FDC: hue angle of 285.12º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5FDC is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 95 220 -
CMYK 0.14 0.57 0 0.14
HSL 285.12º 0.64% 0.62% -
HSV(B) 285.12º 0.57% 0.86% -
XYZ 38 24.17 70.37 -
YUV 137.36 174.64 164.84 -
System Red Green Blue C M Y K H S L
Decimal 189 95 220 0.14 0.57 0 0.14 285.12 0.64 0.62
Hex BD 5F DC E 39 0 E 11D 40 3E
Octal 275 137 334 16 71 0 16 435 100 76
Binary 10111101 1011111 11011100 1110 111001 0 1110 100011101 1000000 111110

Color Harmonies of #BD5FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5FDC

Black with #BD5FDC

Text Example


Text Example

White with #BD5FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5FDC; }

 p { color: rgb(189,95,220); }

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

background-color css

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

 a { background-color: rgb(189,95,220); }

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

border-color css

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

 span { border-color: rgb(189,95,220); }

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