Html Css Color HEX #BA67CD Medium Orchid

📋 copy color: '#BA67CD'

red 186 ◦ green 103 ◦ blue 205

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

Shades of Medium Orchid #BA67CD

Tints of Medium Orchid #BA67CD

RGB

 RED value IS 186 (73.05% from 255) = 37.65%

 GREEN value IS 103 (40.63% from 255) = 20.85%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 37.65%
G = 20.85%
B = 41.5%

CMYK

 C value IS 0.09

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA67CD (or 0xBA67CD) is known color: Medium Orchid. HEX triplet: BA, 67 and CD. RGB value is (186,103,205). Sum of RGB (Red+Green+Blue) = 186+103+205=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA67CD is #459832. Grayscale: #8B8B8B. Windows color (decimal): -4560947 or 13461434. OLE color: 13461434.

HSL color Cylindrical-coordinate representation of color #BA67CD: hue angle of 288.82º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA67CD is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 103 205 -
CMYK 0.09 0.50 0 0.20
HSL 288.82º 0.5% 0.6% -
HSV(B) 288.82º 0.5% 0.8% -
XYZ 36.12 24.55 60.59 -
YUV 139.45 165 161.21 -
System Red Green Blue C M Y K H S L
Decimal 186 103 205 0.09 0.50 0 0.20 288.82 0.5 0.6
Hex BA 67 CD 9 32 0 14 121 32 3C
Octal 272 147 315 11 62 0 24 441 62 74
Binary 10111010 1100111 11001101 1001 110010 0 10100 100100001 110010 111100

Color Harmonies of #BA67CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA67CD

Black with #BA67CD

Text Example


Text Example

White with #BA67CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA67CD; }

 p { color: rgb(186,103,205); }

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

background-color css

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

 a { background-color: rgb(186,103,205); }

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

border-color css

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

 span { border-color: rgb(186,103,205); }

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